diff options
Diffstat (limited to 'public/plotly/README.md')
-rwxr-xr-x | public/plotly/README.md | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/public/plotly/README.md b/public/plotly/README.md new file mode 100755 index 0000000..5370e86 --- /dev/null +++ b/public/plotly/README.md @@ -0,0 +1,32 @@ +# plotly.js-dist-min + +Ready-to-use minified plotly.js distributed bundle. + +Contains trace modules `bar`, `barpolar`, `box`, `candlestick`, `carpet`, `choropleth`, `choroplethmapbox`, `cone`, `contour`, `contourcarpet`, `densitymapbox`, `funnel`, `funnelarea`, `heatmap`, `heatmapgl`, `histogram`, `histogram2d`, `histogram2dcontour`, `icicle`, `image`, `indicator`, `isosurface`, `mesh3d`, `ohlc`, `parcats`, `parcoords`, `pie`, `pointcloud`, `sankey`, `scatter`, `scatter3d`, `scattercarpet`, `scattergeo`, `scattergl`, `scattermapbox`, `scatterpolar`, `scatterpolargl`, `scatterternary`, `splom`, `streamtube`, `sunburst`, `surface`, `table`, `treemap`, `violin`, `volume` and `waterfall`. + +For more info on plotly.js, go to https://github.com/plotly/plotly.js#readme + +## Installation + +``` +npm install plotly.js-dist-min +``` +## Usage + +```js +// ES6 module +import Plotly from 'plotly.js-dist-min' + +// CommonJS +var Plotly = require('plotly.js-dist-min') +``` + +## Copyright and license + +Code and documentation copyright 2021 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/2.4.2?activeTab=dependencies). \ No newline at end of file |