drixenol88 Report post Posted October 29, 2012 (edited) i have issues on displayValue on set. it seems that it's not working. I already have an updated FusionCharts version 3.2.1. Here attached also is the sample xml data. It's really weird coz it doesn't show the displayValue attribute of <set> in the chart, but it works fine on trendlines. Please help. data.xml Edited October 29, 2012 by drixenol88 Share this post Link to post Share on other sites
Guest Sumedh Report post Posted October 29, 2012 Hi, A warm welcome to FusionCharts Forum! From the chart XML it seems that, you have set "showValues" attribute as "0" in the chart element. You would have to set this attribute as "1". Please find attached modified chart XML for your reference. Hope this helps! modified_data.xml Share this post Link to post Share on other sites
drixenol88 Report post Posted October 30, 2012 (edited) it still not working even when I already added the showvalues='1' option in the chart.. its really weird.. this is a data displayed in a multi-series 2D line graph by the way.. Edited October 30, 2012 by drixenol88 Share this post Link to post Share on other sites
Guest Sumedh Report post Posted October 30, 2012 Hi, As per your chart XML (from the 1st post), you have set "showValue" attribute as "0" for each set element. So, you would need to set "showValue" attribute as "1". Please find attached screen-shot and modified chart XML. Hope this helps! mod_MSLineData.xml Share this post Link to post Share on other sites
drixenol88 Report post Posted October 30, 2012 (edited) turns out im using an older version of fusion charts. its working now. thanks! Edited October 30, 2012 by drixenol88 Share this post Link to post Share on other sites