UNPKG

816 BMarkdownView Raw
1# plotly.js-cartesian-dist
2
3Ready-to-use plotly.js cartesian distributed bundle.
4
5Contains trace modules `scatter`, `bar`, `box`, `heatmap`, `histogram`, `histogram2d`, `histogram2dcontour`, `image`, `pie`, `contour`, `scatterternary` and `violin`.
6
7For more info on plotly.js, go to https://github.com/plotly/plotly.js
8
9## Installation
10
11```
12npm install plotly.js-cartesian-dist
13```
14## Usage
15
16```js
17// ES6 module
18import Plotly from 'plotly.js-cartesian-dist';
19
20// CommonJS
21var Plotly = require('plotly.js-cartesian-dist');
22```
23
24## Copyright and license
25
26Code and documentation copyright 2020 Plotly, Inc.
27
28Code released under the [MIT license](https://github.com/plotly/plotly.js/blob/master/LICENSE).
29
30Docs released under the [Creative Commons license](https://github.com/plotly/documentation/blob/source/LICENSE).