Jian Li

Bump up ChartJs to 2.2.1 and AngularChart to 1.0

Change-Id: I9ac9e9fa381e63dbfa2c0cf715c4e1280dc80c2d
...@@ -92,7 +92,6 @@ ...@@ -92,7 +92,6 @@
92 <script src="app/fw/layer/loading.js"></script> 92 <script src="app/fw/layer/loading.js"></script>
93 93
94 <!-- Framework and library stylesheets included here --> 94 <!-- Framework and library stylesheets included here -->
95 - <link rel="stylesheet" href="tp/angular-chart.min.css">
96 95
97 <!-- TODO: use a single catenated-minified file here --> 96 <!-- TODO: use a single catenated-minified file here -->
98 <link rel="stylesheet" href="app/onos.css"> 97 <link rel="stylesheet" href="app/onos.css">
......
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
1 -.chart-legend,
2 -.bar-legend,
3 -.line-legend,
4 -.pie-legend,
5 -.radar-legend,
6 -.polararea-legend,
7 -.doughnut-legend {
8 - list-style-type: none;
9 - margin-top: 5px;
10 - text-align: center;
11 - /* NOTE: Browsers automatically add 40px of padding-left to all lists, so we should offset that, otherwise the legend is off-center */
12 - -webkit-padding-start: 0;
13 - /* Webkit */
14 - -moz-padding-start: 0;
15 - /* Mozilla */
16 - padding-left: 0;
17 - /* IE (handles all cases, really, but we should also include the vendor-specific properties just to be safe) */
18 -}
19 -.chart-legend li,
20 -.bar-legend li,
21 -.line-legend li,
22 -.pie-legend li,
23 -.radar-legend li,
24 -.polararea-legend li,
25 -.doughnut-legend li {
26 - display: inline-block;
27 - white-space: nowrap;
28 - position: relative;
29 - margin-bottom: 4px;
30 - border-radius: 5px;
31 - padding: 2px 8px 2px 28px;
32 - font-size: smaller;
33 - cursor: default;
34 -}
35 -.chart-legend-icon,
36 -.bar-legend-icon,
37 -.line-legend-icon,
38 -.pie-legend-icon,
39 -.radar-legend-icon,
40 -.polararea-legend-icon,
41 -.doughnut-legend-icon {
42 - display: block;
43 - position: absolute;
44 - left: 0;
45 - top: 0;
46 - width: 20px;
47 - height: 20px;
48 - border-radius: 5px;
49 -}
This diff is collapsed. Click to expand it.
1 -.bar-legend,.chart-legend,.doughnut-legend,.line-legend,.pie-legend,.polararea-legend,.radar-legend{list-style-type:none;margin-top:5px;text-align:center;-webkit-padding-start:0;-moz-padding-start:0;padding-left:0}.bar-legend li,.chart-legend li,.doughnut-legend li,.line-legend li,.pie-legend li,.polararea-legend li,.radar-legend li{display:inline-block;white-space:nowrap;position:relative;margin-bottom:4px;border-radius:5px;padding:2px 8px 2px 28px;font-size:smaller;cursor:default}.bar-legend-icon,.chart-legend-icon,.doughnut-legend-icon,.line-legend-icon,.pie-legend-icon,.polararea-legend-icon,.radar-legend-icon{display:block;position:absolute;left:0;top:0;width:20px;height:20px;border-radius:5px}
2 -/*# sourceMappingURL=angular-chart.min.css.map */
This diff is collapsed. Click to expand it.