-
Content count
5 -
Joined
-
Last visited
About rdh0930
-
Rank
Forum Newbie
-
This issue is happening for my bar chart as well
-
Yes, I am referencing jquery-1.9.1.js . I dont see the flash implementation where the chart expands around into a circle.... Does that make sense?
-
To get a temp fix I put this after the chart is loaded.... setTimeout(function (){$("#@(Model.ModelId)ChartFus").css({ width: "101%" });},200);
-
Correction I am using a Doughnut2D
-
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?