Sign in to follow this  
sam140

MSLine chart, defining point color on individual points basis oc condition

Recommended Posts

Hi

 

i am using MSLine chart .i want to defining the point color on individual points on the basis of ranges

For ex:

1 if value is less than 50 then its should apprear in red color

2 if value is greater than 50 but less than 70 the it should apprear in yellow color

3 if value is greater than 70 then it should appear in green color

 

can any one help me how to do ..

Edited by sam140

Share this post


Link to post
Share on other sites
Guest Sashibhusan

Hi,

 

FusionCharts XT does not provide any attribute to set the value range for applying color to each anchors of MSLine chart.

 

However, you can set your custom color to each anchor by providing the hex color code to "anchorBgColor" attribute of <set> element.

 

So, to fulfill your requirement, you would need to write your own code to apply the colors on anchor on the basis of ranges and accordingly build the XML/JSON data.

 

For more information on "Multi-series Line Chart Specification Sheet", please visit the link: http://docs.fusioncharts.com/charts/contents/ChartSS/MSLine.html

 

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
Sign in to follow this