Ask HN: What are the best charting / graphing JavaScript tools

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
  • viz.js

    Graphviz for the web (Viz.js on a diet) (by rapidlua)

  • > but the bundle is enormous - over a megabyte of data

    If only DOT layout engine and JSON output format is enabled at compile time it is about 600KiB, or less than 200KiB Gzipped. https://github.com/rapidlua/viz.js

    > A nice thing about having an SVG render is that it's very easy to attach events, and inline SVGs can be styled with CSS.

    Indeed it’s super handy! I’m using this approach in https://LuaJIT.me to produce an interactive visualisation of a graph of traces in a JIT compiler.

  • uPlot

    📈 A small, fast chart for time series, lines, areas, ohlc & bars

  • > did i spell it right

    almost ;)

    https://github.com/leeoniya/uPlot

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Small and fast 2D canvas chart for time series, lines, areas and bars

    1 project | news.ycombinator.com | 26 Jan 2023
  • JS library for graphing huge amounts of data

    1 project | /r/webdev | 30 Oct 2021
  • [task] Program uplot support into node-red-dashboard (javascript)

    2 projects | /r/slavelabour | 24 Jul 2021
  • Optimizing at the CPU instruction level in the browser w. Rust and WebAssembly

    3 projects | news.ycombinator.com | 4 Jul 2021
  • React pattern for very fast data fetching and rendering?

    2 projects | /r/reactjs | 18 Mar 2021