Chartjs-Angular Chart.js does not show trendline

0👍

You seem to be specifying a line chart:

<canvas id="base" class="chart-bar" chart-labels="vm.ts_labels" class="chart chart-line" ...
-----------------------------------------------------------------------------^

The readme for chartjs-plugin-trendline states that only bar charts are supported.

Leave a comment