Chartjs-When showing large amount of data graph not displaying from middle

0👍

I think the problem lies in your html div style.

Don’t know what you want to achieve with these numbers, but without them everything is fine.

https://jsbin.com/gogufonibi/1/edit?html,js,output

<div>
  <canvas id="chartJSContainer" width="3480px" height="500"></canvas>
</div>

Leave a comment