Why is chart.js not showing charts?

๐Ÿ‘:-1

As per your question your able to see the chart but need to zoom-in or zoom-out right try to add a parent div to canvas it should work

<div class="chart_wrapper">
    <canvas width="600" height="250"></canvas>
</div>

Leave a comment