Build interactive dashboards that let users explore data by hovering, zooming, and toggling series.
Create scientific and financial charts embedded in web applications without writing custom interaction code.
Visualize statistical data with 40+ built-in chart types in a single library.
Reduce bundle size by building custom versions that include only the chart types your app needs.
Plotly.js is an open-source JavaScript library for creating interactive data visualizations in web browsers. It can produce dozens of chart types including statistical charts, 3D graphs, maps, financial charts, scientific plots, and more. Charts created with Plotly.js are interactive by default: users can hover to see data values, zoom in and out, pan around, and toggle data series on and off, all without writing additional code. The library is also the engine behind the Python and R packages named Plotly, so familiarity with it carries across programming languages. It can be loaded into a webpage either as a script tag from a content delivery network, as a module in a Node.js project, or bundled into custom builds that include only the chart types you need (reducing file size). Basic usage requires only JSON-like configuration objects describing the data and layout, no deep JavaScript knowledge is needed to get started. Plotly.js is maintained by Plotly and is available under the MIT license. It supports current versions of major browsers. Consulting, dashboard development, and custom feature work is available commercially from Plotly. The project also powers Dash, a framework for building data applications in Python.
Generated 2026-05-18 · Model: sonnet-4-6 · Verify against the repo before relying on details.