gRaphael 绘图文档
我一直在尝试不同的基于 JavaScript 的图表选项。我喜欢 Highcharts,但也想看看 gRaphael。我发现 gRaphael 文档确实缺乏,并且 kennyshen 的努力也没有涵盖很多事情。结果,我在使用 gRaphael 绘制图表时遇到了很多问题。有人能给我指出一份可靠的文档吗?
我也可以只用 Raphael 来实现类似的图表吗?如果是这样,有人可以给我指出一些教程吗?我的主要要求是条形图/柱形图。
I've been trying out different JavaScript based charting options. I love Highcharts but also wanted to take a look at gRaphael. I've found that the gRaphael documentation is really lacking and the efforts of kennyshen also do not cover a lot of the things. As a result, I'm having a ton of problem charting with gRaphael. Could someone point me to a robust documentation?
Also can I achieve similar charting with only Raphael? If so, can someone point me out to a tutorial of sorts. My primary requirement is bar/column charts.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我建议您使用 Rgraph (http://www.rgraph.net/),它很容易实施并有大量示例记录良好。
I would recommend you to use Rgraph (http://www.rgraph.net/), which is easy to implement and well documented with lots of examples.
我对 JS 图表库进行了大量研究。我个人认为 High Charts 和 jqPlot 是最好看的并且有足够的文档。你可以看一下,看看你的想法:
jqPlot Doc:
http://www .jqplot.com/docs/files/usage-txt.html
高图表文档:
http://www.highcharts.com/documentation/how-to-use
I've done a decent amount of research on JS charting libraries. I personally think High Charts and jqPlot are the best looking with adequate documentation. You can take a look and see what you think:
jqPlot Doc:
http://www.jqplot.com/docs/files/usage-txt.html
High Charts Doc:
http://www.highcharts.com/documentation/how-to-use