Wilco Report post Posted April 9, 2007 I am working on an Flash-based app that utilizes FusionCharts, and want to coordinate the line colors in the chart with other elements in my app (such as a selection list of the items in the chart, etc.). I know I can't retrieve the colors used for each line in a chart, but I like the bold/rich colors that FusionCharts uses when randomly selecting colors. How are these random colors selected? I'm guessing it's either from a pre-defined list or some sort of color selection formula. Would it be possible to find out how these colors are generated? Share this post Link to post Share on other sites
Pallav Report post Posted April 10, 2007 It's a pre-defined list of colors in our palette. You may see com/fusioncharts/helper/DefaultColors.as to get the list of colors. Share this post Link to post Share on other sites
jmanico Report post Posted September 12, 2007 Where can I get a copy of this file? It's not in the evaluation version of Fusion, and I'm working with a client who does have the licensed version. Help? Share this post Link to post Share on other sites
Pallav Report post Posted September 16, 2007 In licensed version (not in User license though), it's in SourceCode/com/fusioncharts/helper/DefaultColors.as file. Share this post Link to post Share on other sites