stop straining eyes on chart labels

This commit is contained in:
Azareal 2020-03-07 09:18:52 +10:00
parent 670b6186b5
commit 42550269cc
2 changed files with 14 additions and 0 deletions

View File

@ -314,6 +314,13 @@
.colstack_graph_holder.scrolly .ct_chart {
width: 1000px;
}
.ct-label {
fill: rgba(0,0,0,.6) !important;
color: rgba(0,0,0,.6) !important;
}
.ct-grid {
stroke: rgba(0,0,0,.3) !important;
}
.ct-series-a .ct-bar, .ct-series-a .ct-line, .ct-series-a .ct-point, .ct-series-a .ct-slice-donut {
stroke: hsl(359,98%,53%) !important;
}

View File

@ -173,6 +173,13 @@
background-color: white;
border: 1px solid hsl(0,0%,85%);
}
.ct-label {
fill: rgba(0,0,0,.6) !important;
color: rgba(0,0,0,.6) !important;
}
.ct-grid {
stroke: rgba(0,0,0,.3) !important;
}
.ct-legend {
margin-top: 0px;
margin-bottom: 0px;