I'm using a 'displavalue' attribute for the bar/column charts - when I have a value with a plus sign in it , the plus sign is replaced by a blank.
I checked the debug display and the XML shown has the '+' replaced by a blank even though the xml set into the chart does not.
any ideas?
Chris
Here is part of the debug
<set value="3060" displayValue="3.06e 3" alpha="100" link="JavaScript:Ext.jen.ui.FusionChart.onChartClick(2,0)" />
the original is
<set value="3060" displayValue="3.06e+3" alpha="100" link='JavaScript:Ext.jen.ui.FusionChart.onChartClick(2,0)'/>