Sign in to follow this  
kimbitna

About =Plot Color

Recommended Posts

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 by kimbitna

Share this post


Link to post
Share on other sites
Guest Sumedh

Hi,

 

A warm welcome to FusionCharts Forum! smile.gif

 

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!

post-24802-0-70554300-1353478236_thumb.png

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this