experiment with more visible chart lines in nox
This commit is contained in:
parent
7c3c8dcae0
commit
2acd9b6a6e
|
@ -216,6 +216,19 @@ select + .timeRangeSelector {
|
|||
.ct-legend {
|
||||
margin-left: 0px;
|
||||
}
|
||||
.ct-series-e .ct-bar, .ct-series-e .ct-line, .ct-series-e .ct-point, .ct-series-e .ct-slice-donut {
|
||||
stroke: #ed4cd0 !important;
|
||||
}
|
||||
.ct-series-e.ct-point {
|
||||
stroke: #ed4cd0 !important;
|
||||
}
|
||||
.ct-series-e.ct-point:hover {
|
||||
stroke: #ed4cd0 !important;
|
||||
}
|
||||
.ct-legend .ct-series-4:before {
|
||||
background-color: #ed4cd0;
|
||||
border-color: #ed4cd0;
|
||||
}
|
||||
|
||||
#panel_setting .formlabel {
|
||||
display: none;
|
||||
|
|
Loading…
Reference in New Issue