Sign in to follow this  
Anik

Numberscaleunit Not Working For Values Between 0 And 1

Recommended Posts

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

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

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

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.

post-24802-0-39917900-1340270295_thumb.png

Share this post


Link to post
Share on other sites

The scale is fine, the units do not appears, See image post-2194-0-03193800-1340271420_thumb.png

 

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

The scale is fine, the units do not appears, See image post-2194-0-03193800-1340271420_thumb.png

 

 

 

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

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this