dgelmer Report post Posted June 6, 2008 (edited) How can I change de color palette of the charts. No using the "1-5" palette parameter. For example I need to change de default palette to all oranges tones. I'm using ploting from a DB, and I'm using variables values so I can't set the color in the "set", I need to re-specify the entire palette. Is there a file that define the palette? Is the palette defined in the ".fla"?. Thanks. dgelmer Edited June 6, 2008 by Guest Share this post Link to post Share on other sites
Pallav Report post Posted June 12, 2008 I'm afraid you cannot re-define the palette from XML as of now. Share this post Link to post Share on other sites
qzgbd9 Report post Posted June 22, 2008 This may be of no use to you at all as it's not for charts generated directly with XML, but if you use FusionCharts with PHP you can use php class. Then you can set your own color palette in the file fusioncharts_gen.php. Just search the file for the string function colorInit() and put your own hex codes in place of the defaults. Read the documentation "Use with PHP" first and then go through "FushionCharts with PHP Class" and finally do the examples in "Using with PHP Class" This sounds daunting but it's really not that difficult and might be the best answer for you. Good luck! --Liz Share this post Link to post Share on other sites