在网络上提供图表的最佳方式?服务器端或客户端库?HTML5? [英] Best way to provide charts on the web? Server-side or client-side library? HTML5?

查看:15
本文介绍了在网络上提供图表的最佳方式?服务器端或客户端库?HTML5?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

您建议在网络上提供什么图表(基于线的)?随着时间的推移,我需要制作类似于燃尽图或股票的东西.服务器端是 django,客户端使用 jquery.

What would you sugges to provide a chart (line-based) on the web? I need to make something similar to a burn-down chart or stocks over time. The server side is django and using jquery for the client stuff.

使用 pychart 或其他一些可以生成 svg 或 png 并显示它的 python 绘图库有什么好处?

What are the advantages to using something like pychart or some other python plot library which can produce an svg or png and display it?

或者提供表格中的数据并使用visualize或highchart for jquery来使用javascript生成图表?

Or providing the data in tables and using visualize or highchart for jquery to make generate the chart using javascript?

我想在图表上放置可点击的点,或显示有关特定转弯的更多信息的点.

I would like to put points on the chart which are clickable, or which show more information on the specific turn.

HTML5 有哪些可用选项,它是否带有对图表的内置支持,还是我必须仅使用画布来支持?

What options are available with HTML5, does it come with builtin support for charts or do I have to do it with canvas only?

感谢您的帮助.

编辑/更新.谢谢大家的建议.

Edit/Update. Thanks all for the suggestions.

推荐答案

客户端图表具有可由用户操作的优点,但需要客户端支持用于实现图表的技术.

Client-side charts have the advantage that can be manipulated by the user, but need client-side support for the technology that is used to implement the charts.

HTML5 图表:

这篇关于在网络上提供图表的最佳方式?服务器端或客户端库?HTML5?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆