Sign in to follow this  
OMMPAVAN

Drill Down Charts Are not Working in Docs

Recommended Posts

Guest Rishab
Hi,

Welcome to FusionCharts Forum,
 

Can you please share the demo link of the chart where you are getting the error.

Share this post


Link to post
Share on other sites
Guest Rishab

Hi,

You can explicitly set the attributes 'numberScaleValue' and 'numberScaleUnit' of the <chart> element to define your own scale for numbers and then apply it to all numbers on the chart.

For example-

<chart numberScaleValue='1000,100' numberScaleUnit='K, L' ...>
   <set label='E' value='1334345' />
    ...
</chart>

For more reference- http://docs.fusioncharts.com/charts/contents/AttDesc/Number_Scaling.html

post-47865-0-34862400-1379487069_thumb.jpg

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