gitmyhub

plotly.js

JavaScript ★ 18k updated 10h ago

Open-source JavaScript charting library behind Plotly and Dash

Plotly.js is an open-source JavaScript library for interactive charts, 3D graphs, maps, financial charts, statistical plots, where users can hover, zoom, and pan out of the box with no extra code.

JavaScriptNode.jsnpmJSONsetup: easycomplexity 2/5

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.

Where it fits