1. Humble Finance
This is a very useful HTML5 data visualization tool, quite similar to the Flash tool. Based on JavaScript, the prototype and FLOTR libraries are used to display two sets of real-time data.
2. D3
D3 is one of the most popular visualization libraries, which can bind arbitrary data to the DOM (Document Object model, the documentation objects models), and then provide data-driven transformations to the file. You can also generate a basic HTML table for a set of data, or generate an SVG bar chart.
3. Rickshaw
Rickshaw can create interactive time series diagrams. It relies on the visual library of D3, which requires some extensions such as jquery and jquery UI to aid implementation.
4. Jqplot
This is a drawing tab plugin based on jquery (the most popular JavaScript library). Jqplot can generate line graphs, bar charts, and pie charts.
5. RGraph
This is HTML5 's JS Chart library, with more than 20 types of charts. With the latest HTML5 canvas tags, this tool can generate JavaScript diagrams in a Web browser, which means faster page loading and less Web server load.
6. digraphs
Open Source JS Library, can generate interactive, scalable time series chart. A dense set of data can be displayed, and the user can also analyze and explain the data.
7. canvasxpress
A library based on HTML5 tags that supports a large number of extremely complex charts and graphs.
8. Graphael
This tool creates beautiful charts on your website, based on the Raphael Graphics library, where you can view presentations of static and interactive charts.
9. Flotr2
A stand-alone framework library that can draw HTML5 chart graphics, which is actually a branch of the FLOTR, which is more functional. You can generate line, bar, candlestick, pie, and bubble charts, as well as legacy browsers (ie 6) and mobile platforms.
Awesome Chart JS
As the name implies, this is a great JavaScript library that can be used to create diagrams based on HTML 5 canvas elements. This library is simple and requires just a few lines of code to quickly generate a simple chart.
English Original: Ten Awesome Javascript Plugins for plotting Charts and Graphs
10 powerful JavaScript Chart graphics plugin recommended