plotly.js-basic-dist

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

Usage no npm install needed!

<script type="module">
  import plotlyJsBasicDist from 'https://cdn.skypack.dev/plotly.js-basic-dist';
</script>

README

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

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

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

Copyright and license

Code and documentation copyright 2022 Plotly, Inc.

Code released under the MIT license.

Docs released under the Creative Commons license.

Please visit complete list of dependencies.