Package Exports
- plotly.js-dist-min
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (plotly.js-dist-min) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
plotly.js-dist-min
Ready-to-use minified plotly.js distributed bundle.
Contains trace modules scatter
, bar
, box
, heatmap
, histogram
, histogram2d
, histogram2dcontour
, contour
, scatterternary
, violin
, funnel
, waterfall
, image
, pie
, sunburst
, treemap
, funnelarea
, scatter3d
, surface
, isosurface
, volume
, mesh3d
, cone
, streamtube
, scattergeo
, choropleth
, scattergl
, splom
, pointcloud
, heatmapgl
, parcoords
, parcats
, scattermapbox
, choroplethmapbox
, densitymapbox
, sankey
, indicator
, table
, carpet
, scattercarpet
, contourcarpet
, ohlc
, candlestick
, scatterpolar
, scatterpolargl
, barpolar
, aggregate
, filter
, groupby
, sort
and calendars
.
For more info on plotly.js, go to https://github.com/plotly/plotly.js
Installation
npm install plotly.js-dist-min
Usage
// ES6 module
import Plotly from 'plotly.js-dist-min';
// CommonJS
var Plotly = require('plotly.js-dist-min');
Copyright and license
Code and documentation copyright 2019 Plotly, Inc.
Code released under the MIT license.
Docs released under the Creative Commons license.