# plotly.js-basic-dist

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

Contains trace modules `bar`, `pie` and `scatter`.

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

## Installation

```
npm install plotly.js-basic-dist
```
## Usage

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

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

## Copyright and license

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

Please visit [complete list of dependencies](https://www.npmjs.com/package/plotly.js/v/3.5.0?activeTab=dependencies).