Anik Report post Posted June 20, 2012 When working with custom scale units, the unit disappears from the Y axis scale if the value is between 0 and 1 bellow and example, if you use a YmaxValue minor to 1, they disappear completelly, please let ne know hot to handle this issue, thanks in advance. <chart formatNumberScale='1' showBorder='0' caption='custom data type not working' yAxisMaxValue='1' labelDisplay='ROTATE' showValues='0' numberScaleValue='1' numberScaleUnit=' IOPS' adjustDiv='1' decimals='1' bgColor='#ffffff' bgAlpha='0' animation='0' formatNumber='1' thousandSeparator=',' decimalSeparator='.'><styles /><dataset seriesName='b4rpv02-B4RDKTSM01_0001'><set label='start' /><set label='' /><set label='' /><set label='' /><set label='' /><set label='' /><set label='' /><set label='end' /></dataset><categories><category label='2:45' /><category label='' /><category label='' /><category label='' /><category label='' /><category label='' /><category label='' /><category label='3:20' /></categories></chart> Share this post Link to post Share on other sites
Guest Sumedh Report post Posted June 21, 2012 When working with custom scale units, the unit disappears from the Y axis scale if the value is between 0 and 1 bellow and example, if you use a YmaxValue minor to 1, they disappear completelly, please let ne know hot to handle this issue, thanks in advance. <chart formatNumberScale='1' showBorder='0' caption='custom data type not working' yAxisMaxValue='1' labelDisplay='ROTATE' showValues='0' numberScaleValue='1' numberScaleUnit=' IOPS' adjustDiv='1' decimals='1' bgColor='#ffffff' bgAlpha='0' animation='0' formatNumber='1' thousandSeparator=',' decimalSeparator='.'><styles /><dataset seriesName='b4rpv02-B4RDKTSM01_0001'><set label='start' /><set label='' /><set label='' /><set label='' /><set label='' /><set label='' /><set label='' /><set label='end' /></dataset><categories><category label='2:45' /><category label='' /><category label='' /><category label='' /><category label='' /><category label='' /><category label='' /><category label='3:20' /></categories></chart> Hi, In what chart type you are facing this issue? Also, could you confirm what FusionCharts version used? Share this post Link to post Share on other sites
Anik Report post Posted June 21, 2012 All MultiSeries charts, vesion XT Hi, In what chart type you are facing this issue? Also, could you confirm what FusionCharts version used? Share this post Link to post Share on other sites
Guest Sumedh Report post Posted June 21, 2012 All MultiSeries charts, vesion XT Hi, Scale units between 0 and 1 on Y-axis are appearing absolutely fine. Please find attached screen-shot of the the chart which is rendered using provided XML. Share this post Link to post Share on other sites
Anik Report post Posted June 21, 2012 The scale is fine, the units do not appears, See image Hi, Scale units between 0 and 1 on Y-axis are appearing absolutely fine. Please find attached screen-shot of the the chart which is rendered using provided XML. <br class="Apple-interchange-newline"> Share this post Link to post Share on other sites
Guest Sumedh Report post Posted June 21, 2012 The scale is fine, the units do not appears, See image Hi, Apologies for the miscommunication. Could you please try using defaultNumberScale attribute? Set this attribute as " IOPS" under the chart element and try once again. <chart ... defaultNumberScale=" IOPS"> For more information, refer the following URL: http://docs.fusioncharts.com/charts/contents/?advanced/number-format/Number_Scaling.html Hope this helps. Share this post Link to post Share on other sites
Anik Report post Posted June 21, 2012 Thanks, works for me Hi, Apologies for the miscommunication. Could you please try using defaultNumberScale attribute? Set this attribute as " IOPS" under the chart element and try once again. <chart ... defaultNumberScale=" IOPS"> For more information, refer the following URL: http://docs.fusioncharts.com/charts/contents/?advanced/number-format/Number_Scaling.html Hope this helps. Share this post Link to post Share on other sites
Guest Sumedh Report post Posted June 22, 2012 Thanks, works for me Share this post Link to post Share on other sites