plotly.js-finance-dist
Version:
Ready-to-use plotly.js finance distributed bundle.
32 lines (20 loc) • 899 B
Markdown
# plotly.js-finance-dist
Ready-to-use plotly.js finance distributed bundle.
Contains trace modules `bar`, `candlestick`, `funnel`, `funnelarea`, `histogram`, `indicator`, `ohlc`, `pie`, `scatter` and `waterfall`.
For more info on plotly.js, go to https://github.com/plotly/plotly.js#readme
## 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 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.1.0?activeTab=dependencies).