Hi,
While declaring igDataChart using MVC helper, I am not specifying any width. Still I could see it's taking 500 as width in IE Developer toolbar.
I want the chart to take full width of the Container in which it is placed. Is there any way to do that ??
Hi Lazar,
Width problem is solved. I have one more problem related to width.
I have 2 Divs, left DIV contains a some controls and a SideBar. Right DIV contains the igDataChart.
When I click on the SideBar, the left DIV is collapsed and Right DIV gets expanded.
Now the PROBLEM is igDataChart width remains the same as it was before the DIV expanded.
Is there any way to increase width of igDataChart ??
Hi, sanjaysutar
The chart takes default width of 500px if you do not specify anything. (The same goes for height.) To set the chart to be full width of its container, you need to specify "100%" for the width.
Cheers, Lazar