开发者

Graphael line chart [closed]

开发者 https://www.devze.com 2023-01-16 16:36 出处:网络
Closed. This question does not meet Stack Overflow 开发者_开发百科guidelines. It is not currently accepting answers.
Closed. This question does not meet Stack Overflow 开发者_开发百科guidelines. It is not currently accepting answers.

We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.

Closed 7 years ago.

Improve this question

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 useful resource has been Kenny Shen's GitHub repository where he has begun writing up both documentation and examples for gRaphael.

https://github.com/qoelet/g.raphael

As an example check out the line chart documentation here


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


To change the stacking of the lines, use the toFront and toBack functions.

linechart.lines[index].toFront();


You could also check out RaphAlytics since it gives you quite a few options you can customize as well as the freedom to use multiple lines in the same graph and textual labels (which, unfortunately, gRaphael does not)

Check it out over here: https://github.com/tataencu/raphalytics


For line charts here is good article: https://www.exratione.com/2011/10/a-few-tips-for-graphael-line-charts/

0

精彩评论

暂无评论...
验证码 换一张
取 消