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

feat: allow timeseries to be identified as a date too #70

Closed DavidLemayian closed 1 year ago

DavidLemayian commented 1 year ago

timeseries is another option for time scale - https://www.chartjs.org/docs/latest/axes/cartesian/timeseries.html

Makanz commented 1 year ago

Thanks!