Debayan Report post Posted September 22, 2013 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 Report post Posted September 23, 2013 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