JavaScript Graphics
- Previous Page HTML Graphics
- Next Page Canvas
Graphics library
JavaScript library for artificial intelligence graphics and other charts:
- Plotly.js
- Chart.js
- Google Chart
Plotly.js
Plotly.js is a chart library with more than 40 chart types, 3D charts, statistical charts, and SVG maps.

Chart.js
Chart.js comes with many built-in chart types:
- Scatter (散点图)
- Line (折线图)
- Bar (柱状图)
- Radar (雷达图)
- Pie, Doughnut (饼图和环形图)
- Polar Area (极地图)
- Bubble (气泡图)

Google Chart
From simple line charts to complex tree diagrams, Google Chart offers a variety of built-in chart types:
- Scatter Chart (散点图)
- Line Chart (折线图)
- Bar / Column Chart (条形/柱状图)
- Area Chart (面积图)
- Pie Chart (饼图)
- Donut Chart (甜甜圈图)
- Org Chart (组织结构图)
- Map / Geo Chart (地图/地理图表)

- Previous Page HTML Graphics
- Next Page Canvas