stop straining eyes on chart labels
This commit is contained in:
parent
670b6186b5
commit
42550269cc
|
@ -314,6 +314,13 @@
|
||||||
.colstack_graph_holder.scrolly .ct_chart {
|
.colstack_graph_holder.scrolly .ct_chart {
|
||||||
width: 1000px;
|
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 {
|
.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;
|
stroke: hsl(359,98%,53%) !important;
|
||||||
}
|
}
|
||||||
|
|
|
@ -173,6 +173,13 @@
|
||||||
background-color: white;
|
background-color: white;
|
||||||
border: 1px solid hsl(0,0%,85%);
|
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 {
|
.ct-legend {
|
||||||
margin-top: 0px;
|
margin-top: 0px;
|
||||||
margin-bottom: 0px;
|
margin-bottom: 0px;
|
||||||
|
|
Loading…
Reference in New Issue