1

Does anyone know of a Javascript graph drawing library that also supports rendering of trend lines out of the 'box'. The only way I've seen trend lines implemented is by pre-calculating the trend yourself and passing this series to the chart. Do any libraries support this?

Stuart Hallows
  • 8,795
  • 5
  • 45
  • 57
  • I do not quite get, what you mean by "rendering of trend lines" ootB: Maybe http://www.highcharts.com/ is of some help. – Thomas Junk Aug 07 '13 at 08:39
  • I meant will the library draw trend lines for me when I just tell it the start and end points, rather than me working out the points of the trend. – Stuart Hallows Aug 07 '13 at 10:25

1 Answers1

0

Did you try highcharts.js its works really well as a charting tool and I believe there are plugins available for automatic trendlines, of the top of my head I remember highcharts_trendline, but I'm pretty sure there are more.

Shrikant Patnaik
  • 245
  • 1
  • 2
  • 6