I'm trying to re size the chart dynamically based on data array size.
So I'm re sizing the canvas width.
It works fine for smaller canvas widths, but when I increase the width beyond 30000px, the chart simply doesn't appear.
There is no error in console.
Is there any other way to re size the chart dynamically?