Skip to content

halfs13/chartjs-plugin-trend

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

chartjs-plugin-trend

Forked from https://github.com/Makanz/chartjs-plugin-trendline

This plugin draws an linear trendline in your Chart. Made for Chart.js 2.X

Configuration

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

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

Supported chart types

  • bar

License

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%