I am trying to create a trend chart in JavaScript. I went through some of the libraries and noticed that -
D3.js - does not have an option to create a trend chart
Highcharts.js - cannot create a trend chart in Highcharts.js without the help of plug-ins?
Please suggest a library to create a trend chart.
Thanks in advance
I cannot comment, so by doing a simply search, this is what I found: Plotting a trendline with D3.js http://bl.ocks.org/rkirsling/33a9e350516da54a5d4f
Maybe submit an example of what you want to do?