jquery – 用于图表创建的Javascript库?

前端之家收集整理的这篇文章主要介绍了jquery – 用于图表创建的Javascript库?前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
哪个JavaScript库(免费或商业)可以构建计算机网络图或电气图。此外,它支持图表中不同项目之间的动画。

谢谢。

解决方法

看看这三个图书馆,看看他们能帮助你吗?

Raphael

Raphaël is a small JavaScript library
that should simplify your work with
vector graphics on the web. If you
want to create your own specific chart
or image crop and rotate widget,for
example,you can achieve it simply and
easily with this library. Raphaël
[‘ræfeɪəl] uses the SVG W3C
Recommendation and VML as a base for
creating graphics. This means every
graphical object you create is also a
DOM object,so you can attach
JavaScript event handlers or modify
them later. Raphaël’s goal is to
provide an adapter that will make
drawing vector art compatible
cross-browser and easy.

Protovis

Protovis composes custom views of data
with simple marks such as bars and
dots. Unlike low-level graphics
libraries that quickly become tedious
for visualization,Protovis defines
marks through dynamic properties that
encode data,allowing inheritance,
scales and layouts to simplify
construction. Protovis is free and
open-source,provided under the BSD
License. It uses JavaScript and SVG
for web-native visualizations; no
plugin required (though you will need
a modern web browser)! Although
programming experience is helpful,
Protovis is mostly declarative and
designed to be learned by example.

Processingjs

Processing.js is the sister project
of the popular Processing visual
programming language,designed for the
web. Processing.js makes your data
visualizations,digital art,
interactive animations,educational
graphs,video games,etc. work using
web standards and without any
plug-ins. You write code using the
Processing language,include it in
your web page,and Processing.js does
the rest. It’s not magic,but almost.

Originally developed by Ben Fry and Casey Reas,Processing started as an open source programming language based on Java to help the electronic arts and visual design communities learn the basics of computer programming in a visual context. Processing.js takes this to the next level,allowing Processing code to be run by any HTML5 compatible browser,including current versions of Firefox,Safari,Chrome,Opera,and Internet Explorer. Processing.js brings the best of visual programming to the web,both for Processing and web developers.

原文链接:https://www.f2er.com/jquery/182086.html

猜你在找的jQuery相关文章