Sign in to follow this  
VangaSD

Columns Height Is Missing In Javascript Charts

Recommended Posts

Hi,

 

I am using JavaScript rendering engine.

 

When I generate the column chart, I can see data labels and chart background, but not the columns.

 

For the column, I am getting following SVG element.

 

<rect rx="0" ry="0" fill="url(http://localhost/#highcharts-5)" x="388.5" y="307" width="49" height="0" stroke-width="1" stroke-opacity="1" stroke="#333333" r="0"></rect>

 

Here it is clear that the rectangle height is 0. Same is happening with Column3D.

 

I am using requirejs, backbonejs, underscorejs, raphael in other parts of the page.

 

I tried changing to Pie2D. It is showing only a single horizontal line and no slices. When I click on the slices and move, then it is showing the slices.

 

Also, when I click on any slice, it is not animating (to come out from the center). But the slice's lable and it's connector are moving. After doing this when I rotate the Pie chart, the slices are overlapping.

 

Please help me, how to fix this?

 

Thanks.

Share this post


Link to post
Share on other sites
Guest Sumedh

Hi,

 

Welcome to FusionCharts Forum!

 

With regard to your query,

 

Can you please confirm what jQuery version are you using?

 

Awaiting your response.

Share this post


Link to post
Share on other sites

Hi,

 

jQuery 1.8.0.

 

For the above issue, I disabled animations and it is working fine.

 

But I think, the chart looks good with animation.

 

Thanks in advance.

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