You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
IoTcat 5732e2bffc finish 3 years ago
..
LICENSE finish 3 years ago
README.md finish 3 years ago
package.json finish 3 years ago
plotly.js finish 3 years ago

README.md

plotly.js-dist

Ready-to-use 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

Usage

// ES6 module
import Plotly from 'plotly.js-dist';

// CommonJS
var Plotly = require('plotly.js-dist');

Code and documentation copyright 2020 Plotly, Inc.

Code released under the MIT license.

Docs released under the Creative Commons license.