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

Handle null data #25

Closed muthusuba closed 4 years ago

muthusuba commented 4 years ago

Some data in the chart can be null, in which case chartjs ignores them...We need to do the same.