I generate a 2D line graph monthly.
I want to display some of the values on the chart but not all. showValues=0 or 1 seems to be for the whole data set, is there an individual element I can use on each data point that will either display or not display the data value on the graph?
I use showNames=0 to not display the x-axis value but I also do not want to display these certain values along the line. But, to still use this data value when generating the graph.
Thanks,
Nowakbr
Page 1 of 1
Displaying data values on 2D line graph
Other Replies To This Topic
#2
Posted 16 March 2010 - 01:33 AM
Hi Nowakbr,
Welcome to FusionCharts forum. ![]()
In case you wish to display the "datalabels" of certain dataplots, please try setting the "showNames" attribute of the <graph> element to '0' and then try setting the "showName" attribute of the particular <set> element to '1'.
Please note fusionCharts Free does not support the "showValue" attribute for the <set> element.
Ref.- http://www.fusioncharts.com/free/docs?/XMLOverview.html
Hope this helps.
Other Replies To This Topic
Page 1 of 1

Back to top
MultiQuote