You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
167 lines
3.0 KiB
167 lines
3.0 KiB
1 year ago
|
.ct-sm-line-chart,
|
||
|
.ct-area-ln-chart,
|
||
|
#ct-polar-chart,
|
||
|
.ct-svg-chartct-bar-chart,
|
||
|
.total-revenue,
|
||
|
.chartist-chart {
|
||
|
position: relative;
|
||
|
}
|
||
|
|
||
|
.ct-sm-line-chart .ct-series-a .ct-line,
|
||
|
.ct-bar-chart .ct-series-a .ct-bar,
|
||
|
.ct-sm-line-chart .ct-series-a .ct-point,
|
||
|
.ct-donute-chart .ct-series-a .ct-slice-donut,
|
||
|
.ct-gauge-chart .ct-series-a .ct-slice-donut,
|
||
|
.ct-area-ln-chart .ct-series-a .ct-line,
|
||
|
.ct-area-ln-chart .ct-series-a .ct-point,
|
||
|
.ct-animation-chart .ct-series-a .ct-line,
|
||
|
.ct-animation-chart .ct-series-a .ct-point,
|
||
|
.ct-svg-chart .ct-series-a .ct-line,
|
||
|
.user-analytics .ct-series-a .ct-line,
|
||
|
.user-analytics .ct-series-a .ct-point {
|
||
|
stroke: #7460ee;
|
||
|
}
|
||
|
|
||
|
.ct-sm-line-chart .ct-series-b .ct-line,
|
||
|
.ct-bar-chart .ct-series-b .ct-bar,
|
||
|
.ct-sm-line-chart .ct-series-b .ct-point,
|
||
|
.ct-donute-chart .ct-series-b .ct-slice-donut,
|
||
|
.ct-gauge-chart .ct-series-b .ct-slice-donut,
|
||
|
.ct-animation-chart .ct-series-b .ct-line,
|
||
|
.ct-animation-chart .ct-series-b .ct-point,
|
||
|
.ct-svg-chart .ct-series-b .ct-line {
|
||
|
stroke: #f62d51;
|
||
|
}
|
||
|
|
||
|
.ct-sm-line-chart .ct-series-c .ct-line,
|
||
|
.ct-sm-line-chart .ct-series-c .ct-point,
|
||
|
.ct-donute-chart .ct-series-c .ct-slice-donut,
|
||
|
.ct-gauge-chart .ct-series-c .ct-slice-donut,
|
||
|
.ct-animation-chart .ct-series-c .ct-line,
|
||
|
.ct-animation-chart .ct-series-c .ct-point,
|
||
|
.ct-svg-chart .ct-series-c .ct-line {
|
||
|
stroke: #26c6da;
|
||
|
}
|
||
|
|
||
|
.ct-gauge-chart .ct-series-d .ct-slice-donut,
|
||
|
.ct-donute-chart .ct-series-d .ct-slice-donut {
|
||
|
stroke: #f62d51;
|
||
|
}
|
||
|
|
||
|
.ct-donute-chart .ct-series-e .ct-slice-donut {
|
||
|
stroke: #39c449;
|
||
|
}
|
||
|
|
||
|
.ct-donute-chart .ct-series-f .ct-slice-donut {
|
||
|
stroke: #02bec9;
|
||
|
}
|
||
|
|
||
|
.revenue .ct-series-a .ct-line {
|
||
|
stroke: #36bea6;
|
||
|
stroke-width: 1px;
|
||
|
}
|
||
|
|
||
|
.revenue .ct-series-a .ct-point {
|
||
|
stroke: #36bea6;
|
||
|
stroke-width: 5px;
|
||
|
}
|
||
|
|
||
|
.revenue .ct-series-a .ct-area {
|
||
|
fill: #36bea6;
|
||
|
}
|
||
|
|
||
|
.revenue .ct-series-b .ct-line {
|
||
|
stroke: #009efb;
|
||
|
stroke-width: 1px;
|
||
|
}
|
||
|
|
||
|
.revenue .ct-series-b .ct-point {
|
||
|
stroke: #009efb;
|
||
|
stroke-width: 5px;
|
||
|
}
|
||
|
|
||
|
.revenue .ct-series-b .ct-area {
|
||
|
fill: #009efb;
|
||
|
}
|
||
|
|
||
|
.ct-area-ln-chart .ct-series-a .ct-area,
|
||
|
.ct-svg-chart .ct-series-a .ct-area {
|
||
|
fill: #7460ee;
|
||
|
}
|
||
|
|
||
|
.user-analytics .ct-series-a .ct-area {
|
||
|
fill: none;
|
||
|
}
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
/*Android vs ios chart*/
|
||
|
|
||
|
.andvios .ct-series-a .ct-line,
|
||
|
.andvios .ct-series-b .ct-line {
|
||
|
stroke: transparent;
|
||
|
}
|
||
|
|
||
|
.andvios .ct-series-a .ct-point,
|
||
|
.andvios .ct-series-b .ct-point {
|
||
|
stroke-width: 3px;
|
||
|
stroke: #26c6da;
|
||
|
}
|
||
|
|
||
|
.andvios .ct-series-a .ct-area {
|
||
|
fill: #1eacbe;
|
||
|
fill-opacity: 0.3;
|
||
|
}
|
||
|
|
||
|
.andvios .ct-series-b .ct-area {
|
||
|
fill: #26c6da;
|
||
|
fill-opacity: 0.7;
|
||
|
}
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
/*Bandwidth data usege*/
|
||
|
|
||
|
.usage .ct-series-a .ct-line {
|
||
|
stroke: #fff;
|
||
|
}
|
||
|
|
||
|
.usage .ct-series-a .ct-point {
|
||
|
stroke-width: 0px;
|
||
|
}
|
||
|
|
||
|
.usage .ct-series-a .ct-area {
|
||
|
fill-opacity: 0;
|
||
|
}
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
/*Download stats */
|
||
|
|
||
|
.download-state .ct-series-b .ct-bar,
|
||
|
.download-state .ct-series-a .ct-bar {
|
||
|
stroke-width: 3px;
|
||
|
}
|
||
|
|
||
|
.download-state .ct-series-b .ct-bar {
|
||
|
stroke: #26c6da;
|
||
|
}
|
||
|
|
||
|
.download-state .ct-series-a .ct-bar {
|
||
|
stroke: #7460ee;
|
||
|
}
|