kc!

Different Colors For The Line And Points In Scatter Chart

Recommended Posts

hi,

 

is it possible to have a specific color for the line and different colors for the points in a scatter line graph???

 

for eg. consider a red line with the points marked in random colors like blue, black etc...

 

thanks

Share this post


Link to post
Share on other sites

Hi,

 

hi,

 

is it possible to have a specific color for the line and different colors for the points in a scatter line graph???

 

for eg. consider a red line with the points marked in random colors like blue, black etc...

 

thanks

 

Please note that you can provide only one color fcor a single <dataset> element which the line would display when "darwLine" is set to '1'.

 

However, you can provide a different color to all the anchors setting their background and border color. This color would be applied globally on all the anchors in that <dataset> element. Each anchor cannot be colored individually.

Ex:

<dataset ... color='0000FF'drawLine='1' anchorBgColor='FF0000' anchorBorderColor='FF0000'>

 

Hope this helps. :)

Share this post


Link to post
Share on other sites

Thank you! Thats what i thought as well after reffering the xml schema... I dont know if anyone else has had this requirement before. But it would be a nice feature addition to the fusioncharts if along with the x and y coordinates the set takes a color as well... Hope someone looks into that as well.

 

thanks again

 

 

 

Hi,

 

 

 

Please note that you can provide only one color fcor a single <dataset> element which the line would display when "darwLine" is set to '1'.

 

However, you can provide a different color to all the anchors setting their background and border color. This color would be applied globally on all the anchors in that <dataset> element. Each anchor cannot be colored individually.

Ex:

<dataset ... color='0000FF'drawLine='1' anchorBgColor='FF0000' anchorBorderColor='FF0000'>

 

Hope this helps. :)

Share this post


Link to post
Share on other sites
Guest Bindhu

Hi,

 

Sure, we will add your request to our wish list and would be implemented, if found feasible.

 

Hope this helps!

Share this post


Link to post
Share on other sites

Thank you!

 

Hi,

 

Sure, we will add your request to our wish list and would be implemented, if found feasible.

 

Hope this helps!

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