Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个网络服务器,它将每 100 毫秒调用一次以检索视图值。这些值需要在监视器中绘制并通过线连接。
它纯粹是为了快速演示的目的,所以没有长期的解决方案我正在考虑使用一些绘图库来获取 jQuery,但我担心它是否足够快并且看起来是否有点平滑?
对于一些数据的简单绘图,Flot 似乎相当不错,而且运行速度也很快!
http://people.iola.dk/olau/flot/examples/realtime.html