Hi, i am using a FusionCHarts XT v3.2.1 and i would like know why the "scaleRecursively" property not working correctly.
I'm Following the example found in "http://docs.fusioncharts.com/charts/contents/?DrillDown/JavaScript.html" in the topic: "Recursive Number Scaling".
the chart configuration:
<chart ... defaultNumberScale='s' numberScaleValue='60,60,24,7' numberScaleUnit='min,hr,day,wk' scaleRecursively='1' ...>
I'm receiving numbers like "5.67 min" instead "6min 7s".
What is wrong?
Thanks in advance for your help!