Protovis 和 JqPlot 性能
我正在评估 Protovis 和 Jqplot javascript 可视化工具包。我发现两者都很好。但我想知道它们在绘制大量数据点(例如 1,00,000 到 10,00,000)时的性能。请分享您的经验,上述哪种性能最好?在速度和准确性方面。
谢谢, 奥姆基
I am evaluating the Protovis and Jqplot javascript visualization toolkits. I found both are good. But I want to know their performance while plotting huge number of data points say 1,00,000 to 10,00,000. Please share your experience which is performance wise best between above? in terms of speed and accuracy.
Thanks,
Omky
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我最近才开始使用 protovis (在 Chrome 上)。我正在绘制每层 10 个时间点、10000 个层的流图,渲染可能需要 5-10 分钟的计算时间。我不知道它是否会更有效地处理简单的“散点”图。我不熟悉其他绘图库。
I have only recently started using protovis (on Chrome). I was plotting streamgraphs with 10 timepoints per layer, 10000 layers, and it could take 5-10 min of compute time to render. I don't know if it will handle simple "scatter" plot more efficiently. I am not familiar with the other plotting library.