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?
Asked
Active
Viewed 1,124 times
1
-
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 Answers
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