Sha256: 403b5bf63abc313235423bd16aca0f0d529c6036496beb1b1b325e0dfedf0749
Contents?: true
Size: 1.32 KB
Versions: 63
Compression:
Stored size: 1.32 KB
Contents
# plotly.js-dist Ready-to-use plotly.js distributed bundle. Contains trace modules `bar`, `barpolar`, `box`, `candlestick`, `carpet`, `choropleth`, `choroplethmapbox`, `cone`, `contour`, `contourcarpet`, `densitymapbox`, `funnel`, `funnelarea`, `heatmap`, `heatmapgl`, `histogram`, `histogram2d`, `histogram2dcontour`, `icicle`, `image`, `indicator`, `isosurface`, `mesh3d`, `ohlc`, `parcats`, `parcoords`, `pie`, `pointcloud`, `sankey`, `scatter`, `scatter3d`, `scattercarpet`, `scattergeo`, `scattergl`, `scattermapbox`, `scatterpolar`, `scatterpolargl`, `scattersmith`, `scatterternary`, `splom`, `streamtube`, `sunburst`, `surface`, `table`, `treemap`, `violin`, `volume` and `waterfall`. For more info on plotly.js, go to https://github.com/plotly/plotly.js#readme ## Installation ``` npm install plotly.js-dist ``` ## Usage ```js // ES6 module import Plotly from 'plotly.js-dist' // CommonJS var Plotly = require('plotly.js-dist') ``` ## Copyright and license Code and documentation copyright 2022 Plotly, Inc. Code released under the [MIT license](https://github.com/plotly/plotly.js/blob/master/LICENSE). Docs released under the [Creative Commons license](https://github.com/plotly/documentation/blob/source/LICENSE). Please visit [complete list of dependencies](https://www.npmjs.com/package/plotly.js/v/2.12.0?activeTab=dependencies).
Version data entries
63 entries across 63 versions & 1 rubygems