jbutley Report post Posted March 10, 2010 I am trying to switch the displayValue for a multiseries bar chart. My XML is below: <?xml version='1.0' encoding='utf-8' ?> <chart useRoundEdges='1' showLegend='0' showYAxisValues='0' > <categories> <category label='My Category' showLabel='0' /> </categories> <dataset seriesName='First Series'> <set value='97.41' displayValue='Additional string: 97.41' /> </dataset> <dataset seriesName='Second Series'> <set value='85.24' displayValue ='Additional string: 85.24' /> </dataset> </chart> The problem is, the values only ever show up, not the displayValue. (image attached). Do I have an incorrect attribute name/setting? Share this post Link to post Share on other sites
Guest Basundhara Ghosal Report post Posted March 10, 2010 Hi, Could you please specify the issue a bit elaborately? Awaiting your reply. Share this post Link to post Share on other sites
Guest Madhumita Report post Posted March 10, 2010 (edited) Hello, I have tested your XML, and it is showing the displayValue on the chart.(refer to attached picture). Could you please tell us the version of FusionCharts you are using? You can get the version number from the debug window. ref. - http://www.fusioncharts.com/docs/Contents/Debug/window.html Edited March 10, 2010 by Guest Share this post Link to post Share on other sites
jbutley Report post Posted March 15, 2010 I'm using FusionCharts version 3.0.7 I am viewing in Firefox 3.5.8 but it also occurs in IE6 if browser version matters. Full debug output below: Info: Chart loaded and initialized. Initial Width: 320 Initial Height: 75 Scale Mode: noScale Debug Mode: Yes Application Message Language: EN Version: 3.0.7 Chart Type: Multi-Series 2D Bar Chart Chart Objects: BACKGROUND CANVAS CAPTION SUBCAPTION YAXISNAME XAXISNAME DIVLINES YAXISVALUES VGRID DATALABELS DATAVALUES TRENDLINES TRENDVALUES DATAPLOT TOOLTIP VLINES LEGEND INFO: Chart registered with external script. DOM Id of chart is testBarChart INFO: XML Data provided using dataURL method. dataURL provided: /test/testBarChartData.aspx?output=chart dataURL invoked: /test/testBarChartData.aspx?output=chart&FCTime=161 XML Data: <?xml version='1.0' encoding='utf-8' ?> Share this post Link to post Share on other sites
srividya_sharma Report post Posted March 15, 2010 Could you please try to upgrade to latest version and try once? This feature of showing text for each data item instead of numerical value was added in v3.1. Please see: http://www.fusioncharts.com/docs/Contents/WhatsNew.html Hope this helps. Srividya Share this post Link to post Share on other sites
jbutley Report post Posted March 19, 2010 Thanks. Upgrading to v.3.1.1 fixed the issue. Share this post Link to post Share on other sites
srividya_sharma Report post Posted March 19, 2010 Hi You are most welcome. Glad to have helped you out. Keep FusionCharting and keep smiling Srividya Share this post Link to post Share on other sites