# plotly.js-cartesian-dist-min

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

Contains trace modules `scatter`, `bar`, `box`, `heatmap`, `histogram`, `histogram2d`, `histogram2dcontour`, `image`, `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-min
```
## Usage

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

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

## Copyright and license

Code and documentation copyright 2020 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).
