Q:
is it possible to change the colors for the graphs?
.ct-series-a .ct-point, .ct-series-a .ct-line, .ct-series-a .ct-bar, .ct-series-a .ct-slice-donut {
stroke: #2f4554 !important;
}
.ct-series-a .ct-slice-pie, .ct-series-a .ct-slice-donut-solid, .ct-series-a .ct-area {
fill: #2f4554 !important;
}
.pvtChartLegend.pvtChart-series-a {
background-color: #2f4554;
}these rules are the first color (series-a); to redefine a color for 2-nd color use rules for "series-b", "series-c" etc (up to "series-o").