Skip to content

This plugin draws an linear trendline in your Chart. Made for Chart.js > 2.0

License

Notifications You must be signed in to change notification settings

hailwood/chartjs-plugin-trendline

 
 

Repository files navigation

chartjs-plugin-trendline

This plugin draws an linear trendline in your Chart. Made for Chart.js > 2.0

Configuration

To configure the trendline plugin you simply add a new config options to your dataset in your chart config.

{
	trendlineLinear: {
		style: "rgba(255,105,180, .8)",
		lineStyle: "dotted|solid",
		width: 2
	}
}

Supported chart types

  • bar
  • line

Contributing

Pull requests and issues are always welcome. For bugs and feature requests, please create an issue.

License

chartjs-plugin-trendline.js is available under the MIT license.

About

This plugin draws an linear trendline in your Chart. Made for Chart.js > 2.0

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 74.2%
  • JavaScript 25.8%