Chartjs-Chart.js only draws when I go through debug on Chrome

1👍

You need to actually call fCurveChart() somewhere so that function will execute to render the chart. When you step through in debug mode, debug mode calls it.

Leave a comment