varoon Report post Posted August 28, 2008 Hi any one tried Using Themes for Fusion charts ? how do i implement in runtime ? should i use JavaScript ? or XML ? any one ?? help... Share this post Link to post Share on other sites
Arindam Report post Posted August 28, 2008 hi, I am afraid no themes available in fusionCharts V3. You can use palette. i.e <chart palette='1'> palette Number 1-5 FusionCharts v3 introduces the concept of Color Palettes. Each chart has 5 pre-defined color palettes which you can choose from. Each palette renders the chart in a different color theme. Valid values are 1-5. Share this post Link to post Share on other sites
varoon Report post Posted August 28, 2008 can i edit the palette ? i want to define my own colors Share this post Link to post Share on other sites
Arindam Report post Posted August 28, 2008 (edited) hi, I am afraid it is not possible Edited August 28, 2008 by Guest Share this post Link to post Share on other sites
varoon Report post Posted August 28, 2008 hmm.... okay is it possible to change the bar colors in runtime ? using JS or diff xml's ??? Share this post Link to post Share on other sites
Arindam Report post Posted August 28, 2008 Hi, Yes it is possible. i.e <set value='100' label='Jan' color='CCFF00' /> Please visit FusionCharts V3 documentation http://www.fusioncharts.com/docs Share this post Link to post Share on other sites
varoon Report post Posted August 28, 2008 Thx... then i can change them using it.... :cool: Share this post Link to post Share on other sites