Javascript 绘图实用程序 - 用于折线图的多个 Y 轴
有没有办法使用任何 javascript 图形库来绘制 2 个以上的 y 轴? Flot 是我见过的最好的,但它只覆盖 2 个 y 轴。
Is there a way to plot more than 2 y-axes with any of the javascript graphing libraries out there? Flot is the best one I've seen, but it only covers 2 y axes.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Protovis 是一个更强大的可视化工具,它应该能够处理您的用例。但是,请准备好编写比 Flot 更多的代码。
Protovis is a substantially more powerful visualization tool, and it should be able to handle your use-case. However, be prepared to write a lot more code than you would have with Flot.