charts

Adding Trendlines to Existing Charts in Chart.js

Adding Trendlines to Existing Charts in Chart.js

08 Mar 2019

Chart.js is a simple yet powerful library for creating charts in Javascript. Unfortunately, it does not provide support for trendlines out of the box. In this post we discuss a plug-in that adds support of trendlines to your Chart.js charts without writing a single line of code.

Learn More