如何使用 g.raphael 或 jquery svg 创建具有两种不同比例的折线图?
我需要绘制类似于此处的图表的扭矩曲线 http://www.fordscorpio.co.uk /flatspot.htm 在 javascript 中..最好使用 g.raphael。欢迎任何建议。谢谢你!
I need to plot a torque curve similar to the graph here http://www.fordscorpio.co.uk/flatspot.htm in javascript..preferably using g.raphael. Any suggestions are welcome. Thank you!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以按如下方式创建自己的轴对象。 (已经丢失了此代码段的源/要点 URL,因此无法在应有的位置给出信用)
因此,创建一个包含两个系列的普通折线图,然后绘制另一个轴
否则,设置多个轴,然后调整标签:-
You can create your own axis objects as follows. (Have lost the source/gist URL for this snippet so can't give credit where it's due)
So create a normal line graph with two series and then draw another axis
Otherwise, set up multiple axes and then tweak the labels :-
http://g.raphaeljs.com/linechart.html
这是带有 3 个不相关的脚本删除的图表:
(功能 () {
http://g.raphaeljs.com/linechart.html
Here is the script with the 3 irrelevant graphs removed:
(function () {