kimbitna Report post Posted November 20, 2012 (edited) Hello. I am using Single Series chart. I'd like to ask you about plot color option. When i use (Single Series charts) > Column 2D chart, I had to put color element to all plots. But I want to control one element to all plots. I think that it can do like this if Fusion charts has similar attribute name. ( { "chart":{ "exportAction":"download", "showvalues":"1", "ALL_PLOT_COLOR" : "BLACK" }, ) Edited November 20, 2012 by kimbitna Share this post Link to post Share on other sites
Guest Sumedh Report post Posted November 21, 2012 Hi, A warm welcome to FusionCharts Forum! You can apply same color to all the data-plots using "paletteColors" attribute . You would need to apply this attribute under the chart element. Also, to remove the gradient effect on the data plot, keep "plotGradientColor" attribute as null. Ref. Code: <chart ... paletteColors='FF5904' plotGradientColor=' '> For more information, please refer the following URL: http://docs.fusioncharts.com/charts/contents/?AttDesc/ChartPalettes.html Please find attached screen-shot for your reference. Hope this helps! Share this post Link to post Share on other sites