plotly.js-finance-dist
Version:
Ready-to-use plotly.js finance distributed bundle.
31 lines (19 loc) • 776 B
Markdown
# plotly.js-finance-dist
Ready-to-use plotly.js finance distributed bundle.
Contains trace modules `scatter`, `bar`, `histogram`, `pie`, `funnelarea`, `ohlc`, `candlestick`, `funnel`, `waterfall` and `indicator`.
For more info on plotly.js, go to https://github.com/plotly/plotly.js
## Installation
```
npm install plotly.js-finance-dist
```
## Usage
```js
// ES6 module
import Plotly from 'plotly.js-finance-dist';
// CommonJS
var Plotly = require('plotly.js-finance-dist');
```
## 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).