forked from akveo/blur-admin
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dashboard chart - add element to right space for large screens, sideb…
…ar fixes, logo fixes, etc.
- Loading branch information
Nasta
committed
Sep 23, 2015
1 parent
ce8b582
commit d4a61e2
Showing
12 changed files
with
156 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,49 @@ | ||
<div class="traffic-chart" id="trafficChart" ng-controller="trafficChartCtrl"> | ||
<div class="canvas-holder"> | ||
<canvas id="chart-area" width="300" height="300"></canvas> | ||
<div class="traffic-text"> | ||
1,900,128 | ||
<span>Views Total</span> | ||
<div class="channels-block" ng-controller="trafficChartCtrl"> | ||
|
||
<div class="channels-info"> | ||
<div> | ||
<div class="channels-info-item"> | ||
<h5>Direct Traffic</h5> | ||
<span class="text-muted channel-change">70% growth in last mont</span> | ||
<div class="progress progress-sm channel-progress"> | ||
<div class="progress-bar progress-bar-success" role="progressbar" | ||
aria-valuenow="70" aria-valuemin="0" aria-valuemax="100" style="width: 70%"> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
<div class="channels-info-item"> | ||
<h5>Search engines</h5> | ||
<span class="text-muted channel-change">42% growth in last month</span> | ||
<div class="progress progress-sm channel-progress"> | ||
<div class="progress-bar progress-bar-danger" role="progressbar" | ||
aria-valuenow="22" aria-valuemin="0" aria-valuemax="100" style="width: 42%"> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
<div class="channels-info-item"> | ||
<h5>Ad Campaigns</h5> | ||
<span class="text-muted channel-change">87% growth in last mont</span> | ||
<div class="progress progress-sm channel-progress"> | ||
<div class="progress-bar progress-bar-primary" role="progressbar" | ||
aria-valuenow="87" aria-valuemin="0" aria-valuemax="100" style="width: 87%"> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
<div class="traffic-legend"></div> | ||
</div> | ||
|
||
<div class="traffic-chart" id="trafficChart"> | ||
<div class="canvas-holder"> | ||
<canvas id="chart-area" width="300" height="300"></canvas> | ||
<div class="traffic-text"> | ||
1,900,128 | ||
<span>Views Total</span> | ||
</div> | ||
</div> | ||
<div class="traffic-legend"></div> | ||
</div> | ||
|
||
</div> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters