0

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!

Alexis
  • 16,629
  • 17
  • 62
  • 107
  • Slate admin is a template to make an administration panel. http://themeforest.net/item/slate-admin/133854 – Alexis Nov 18 '11 at 17:57
  • Hmm, it seems to be a commercial product. Have you tried contacting the author? – RoToRa Nov 19 '11 at 18:12

1 Answers1

0

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 :)

Alexis
  • 16,629
  • 17
  • 62
  • 107