Domanda

I'm using slate admin and I display some charts and it works pretty well but I would like to change colors of these charts (they aren't different enough).

Where are these colors configured? Is it possible to do it with a javascript call?

Thanks!

È stato utile?

Soluzione

Finally found the solution.

Locate the file

js/slate/slate.js 

and change the line

var chartColors = ['#be1e2d','#0CC912','#92d5ea','#ee8310','#8d10ee','#5a3b16','#26a4ed','#f45a90','#e9e744'];

with the colors you want :)

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top