rvats

Sets With Value As 0 Display Incorrectly In Stacked 3D Column Js Charts

Recommended Posts

In a stacked 3d column chart, if there is a set with value as 0, then it gets displayed (out of proportion) when JavaScript rendering is used, but it does not get displayed at all in Flash charts (the correct behaviour).

 

Here's the xml to reproduce this issue (see screenshots as well):

 

<chart bgColor='DDDDDD,FFFFFF' bgAlpha='100' useRoundEdges='1' caption='A & B' palette='1' showLegend='1' legendPosition='BOTTOM' labelDisplay='Stagger' staggerLines='2' showValues='0' animation='1' unescapeLinks='0'><categories><category label='Action'/><category label='1'/></categories><dataset  seriesName = '> 2sd [asasd]'  renderAs = 'Column' ><set value='0.0'/><set value=''/></dataset><dataset  seriesName = '< 1 [as]'  renderAs = 'Column' ><set value='28.0'/><set value=''/></dataset><dataset  seriesName = '3'  renderAs = 'Column' ><set value=''/><set value='28.0'/></dataset></chart>

 

 

Is there a quick fix for this?

 

Thanks,

Rohit

post-23608-0-25914600-1325176544_thumb.png

post-23608-0-79798000-1325176551_thumb.png

Edited by rvats

Share this post


Link to post
Share on other sites

We are using v3.2.2:

 

/**
* The version of FusionCharts.js
*/
version: [3, 2, 2, 'release', 3880]

Edited by rvats

Share this post


Link to post
Share on other sites

Hi,

 

Yes, this issue has been identified in HTML 5 charts.

 

This will be fixed and updated in out next service release.

 

As a work around, if value is zero, then set element as <set value='' />

 

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