Sign in to follow this  
sysflow

Bar Chart Plotting With Negative Numbers

Recommended Posts

I have two charts with both negative values, the first chart looks good ie, the plots are anchored from bottom to top). The bottom chart doesn't look good - it's plotted upside down. How can I correct this so that the bottom chart is plotted correctly like the first chart? I am using v3 Column2D.swf through a js call

 

post-22702-0-98341700-1319144248_thumb.png

 

Top chart displays as desired:

<chart caption='RSCP Hourly Distribution' yAxisMinValue='-100' yAxisMaxValue='-50' placeValuesInside='1' showBorder='0' xAxisName='Hours' yAxisName='dBm' showValue='0' >

<set label='17 hr' value='-84' displayValue='-84dBm' />

<set label='18 hr' value='-89' displayValue='-89dBm' />

</chart>

 

Bottom chart displays upside-down;

<chart caption='ECIO Hourly Distribution' yAxisMinValue='-30' yAxisMaxValue='0' placeValuesInside='1' showBorder='1' xAxisName='Hours' yAxisName='db' showValue='0' >

<set label='17 hr' value='-16' displayValue='-16dB' />

<set label='18 hr' value='-17' displayValue='-17dB' />

</chart>

 

Any input would be appreciated.

Share this post


Link to post
Share on other sites
Guest Angshu

Hi,

 

Welcome to FusionCharts Forum! smile.gif

 

Could you please confirm the FusionCharts version you are using?

 

I am afraid, we are unable to replicate the issue, as the code is working properly from our end.

 

Please find the screenshot attached for your reference.

post-10517-0-28924700-1319177976_thumb.png

post-10517-0-23727700-1319177997_thumb.png

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