Sign in to follow this  
Debayan

Dynamic Data for HLinearGauge Chart

Recommended Posts

Hi,

I am facing a problem.i need to dynamically create HlinearGauge charts based on the count of sharepaths owned by a manager(managerid field).

So if there are 5 different sharepath for a particular managerid  ,then there would be 5 linear gauge charts coming with 3 different colors showing the count of status(used,idle,free)spaces of the individual sharepath.

So in that case i am using the setXMLData() method and passing the xml in the argument.but the color max and color min value also needs to be populated dynamically...how it can ber done.

 

And

 

Is it possible to bring legends(Datas as well as value)in Linear gauge chart?????

 

Please suggest

Share this post


Link to post
Share on other sites
Guest Rishab

Hi,

The value of the attribute 'minValue' and 'maxValue' of the <color> element can dynamically be passed using the programming logic.

It is not possible to add Legend to the HlinearGauge chart.

However, as a workaround you may use Grid Component by adding one more data source to show the range of HlinearGauge chart.

For more information please visit-

http://docs.fusioncharts.com/charts/contents/grid-component/Grid_Overview.html
 

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