Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1730
igDataChart Auto width
posted

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 ??

Parents
  • 1775
    Suggested Answer
    posted

    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 

     

Reply Children