Chartjs-Chart.js render problem when routing Angular

0👍

From the image it looks like the lineTension property (https://www.chartjs.org/docs/latest/charts/line.html#dataset-properties) got set to 0 somehow, try to set this back to 0.4 or your custom value and call chart.update()

Leave a comment