Makanz / chartjs-plugin-trendline

This plugin draws an linear trendline in your Chart. Made for Chart.js > 3.0
MIT License
84 stars 59 forks source link

Draw on top #31

Closed Coriou closed 3 years ago

Coriou commented 4 years ago

Changing the plugin's hook from beforeDraw to afterDraw to draw the trend line on top of the existing pixels which is what you want most of the time.

Here's a couple of screen captures from the included bar chart example before & after this change: