Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 807 Bytes

File metadata and controls

30 lines (19 loc) · 807 Bytes

plotly.js-cartesian-dist

Ready-to-use plotly.js cartesian distributed bundle.

Contains trace modules scatter, bar, box, heatmap, histogram, histogram2d, histogram2dcontour, pie, contour, scatterternary and violin.

For more info on plotly.js, go to https://github.com/plotly/plotly.js

Installation

npm install plotly.js-cartesian-dist

Usage

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

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

Copyright and license

Code and documentation copyright 2018 Plotly, Inc.

Code released under the MIT license.

Docs released under the Creative Commons license.