views:

277

answers:

2

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.

A: 

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?).

uzar
I have created my line chart now. I have only one problem, how will the line, which I'll go over, placed in the foreground?There is a command insertBefore, but I could not use it properly.
Rhabarber
A: 

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

Smerity