Forked from https://github.com/Makanz/chartjs-plugin-trendline
This plugin draws an linear trendline in your Chart. Made for Chart.js 2.X
To configure the trendline plugin you simply add new config options to your chart config.
{
	trendlineLinear: {
		style: "rgba(255,105,180, .8)",
		width: 2
	}
}- bar
 
chartjs-plugin-trend.js is available under the MIT license.