Alternatives
Products that do what ZingChart does
JS Charting library that renders in HTML5, Canvas & Flash
- 1

- 2

- 3

- 4CW
Creator here. I built ChartGPU because I kept hitting the same wall: charting libraries that claim to be "fast" but choke past 100K data points. The core insight: Canvas2D is fundamentally CPU-bound. Even WebGL chart libraries still do most computation on the CPU. So I moved everything to the GPU via WebGPU: - LTTB downsampling runs as a compute shader - Hit-testing for tooltips/hover is GPU-accelerated - Rendering uses instanced draws (one draw call per series) The result: 1M points at 60fps with smooth zoom/pan. Live demo:…
Jan 2026 · github.com
- 5

- 6

- 7CC
2020 · rbitr.github.io
- 8GC
2011 · mattgreer.org
- 9

- 10

- 11

- 12AG
Many JS libraries exist to build graphs on the web (Vega, chartJS, Plotly...). They allow to make charts quickly. But you lose flexibility: you're limited by the options they offer. I just created a gallery with hundreds of graphs made with d3.js and React. - Examples are split by graph types - They all come with explanation and code sandboxes - Gradual complexity to ease the learning curve It took me ages to create this project! Feedback welcome!
2023 · react-graph-gallery.com
- 13

- 14

- 15VO
2021 · lib.vizzuhq.com
- 16TJ
2015 · riccardoscalco.github.io
- 17

- 18

- 19JG
2015 · jsgraphs.com
- 20

- 21XS
2019 · github.com
- 22

- 23

- 24AD
2015 · medium.com
Ranked by how close each launch is in meaning, then by votes. Refine with a description →