plotly.js-basic-dist
Version:
Ready-to-use plotly.js basic distributed bundle.
32 lines (20 loc) • 803 B
Markdown
# 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 2025 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.3.1?activeTab=dependencies).