Free customisation graph view!

Hi! I would like to freely customise the graph view. I’m proceeding by entering custom.css :
/* ======= graph view ==============*/

.graph-view.color-fill {
color: rgb(255, 0, 0);
}

.graph-view.color-line {
color: rgb(97, 176, 0);
}

.graph-view.color-text {
color: rgb(255, 0, 0);
}

I don’t have any themes installed but unfortunately, it does not return me any changes. Do you know anything more about customising the graph? Thanks!

1 Like