Search code examples
javascriptd3.jschartshighchartsangular-nvd3

Library to create trend chart in javascript


I am trying to create a trend chart in JavaScript. I went through some of the libraries and noticed that -

  1. D3.js - does not have an option to create a trend chart

  2. 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


Solution

  • 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?