Home Forums Chart Support Styling Being Ignored? Chart too big for page. Reply To: Styling Being Ignored? Chart too big for page.

#7069

Hi,

When the container is hidden it will take the height and width 0 so that canvas is using it’s default width and height (500 * 400). So You just need to call chart.render() after you are going to show the div in which you are plotting the chart so that chart will use the width and height of container. Here is an example.

__
Anjali