rdh0930

Pie Chart not displaying colors

Recommended Posts

The pie chart that I created is blank.  The content is all there.  When I resize the browser's width, the the pie chart shows up.  Any ideas why the would be happening? post-59338-0-26956000-1383227075_thumb.png

Share this post


Link to post
Share on other sites

To get a temp fix I put this after the chart is loaded....

 

 setTimeout(function (){$("#@(Model.ModelId)ChartFus").css({ width: "101%" });},200);

Hi,

 

Could you please confirm if you are using it within some jQuery implementation and changing the page at some point of time?

 

The temporary fix of time delay would resolve the issue in that case.

 

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