Hi
Is there a good tutorial for Graphael (special line charts), I currently trying to implement such a graph with grafael http://www.highcharts.com/demo/?example=line-time-series&theme=default unfortunately there is no documentation.
Hi
Is there a good tutorial for Graphael (special line charts), I currently trying to implement such a graph with grafael http://www.highcharts.com/demo/?example=line-time-series&theme=default unfortunately there is no documentation.
The best example of a Raphael linechart must be this one: http://g.raphaeljs.com/linechart.html, from the source code you can get a lot of information on how they work and how they can be configured.
As far as I know there is no official documentation on this (yet?).
A useful resource has been Kenny Shen's GitHub repository where he has begun writing up both documentation and examples for gRaphael.
http://github.com/kennyshen/g.raphael
As an example check out the line chart documentation here