-5

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

Chetan
  • 944
  • 5
  • 22

1 Answers1

1

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?

  • 1
    Thanks... :) I really appreciate your efforts. – Chetan Oct 25 '16 at 10:57
  • No problem, I think it was a bit unfair you were down voted without being given a explanation or comment on why you were down voted. – Stephen Ó Connor Oct 25 '16 at 11:02
  • 1
    Exactly... i don't even know why my question is down voted, cause i thought it's very fair question and i have done analysis on it as well, i thought i will get few suggestions on which library to use for trend chart with explanation with advantages and disadvantages. – Chetan Oct 25 '16 at 11:20
  • 3
    Pretty straightfroward: http://stackoverflow.com/help/how-to-ask This isn't the kind of question that SO is here for. | http://stackoverflow.com/help/dont-ask – jlbriggs Oct 25 '16 at 12:59