experimental fix for missing chart item

This commit is contained in:
Azareal 2020-03-01 18:50:54 +10:00
parent 25a1351eda
commit d962035e8e
1 changed files with 14 additions and 0 deletions

View File

@ -230,6 +230,20 @@ select + .timeRangeSelector {
border-color: #ed4cd0 !important;
}
.ct-series-f .ct-bar, .ct-series-f .ct-line, .ct-series-f .ct-point, .ct-series-f .ct-slice-donut {
stroke: darkred !important;
}
.ct-series-f.ct-point {
stroke: darkred !important;
}
.ct-series-f.ct-point:hover {
stroke: darkred !important;
}
.ct-legend .ct-series-5:before {
background-color: darkred !important;
border-color: darkred !important;
}
#panel_setting .formlabel {
display: none;
}