vue-chartjs-financial
v1.0.1
Published
Financial (Candlestick/Ohlc) charts with chartjs.org and npm package vue-chartjs
Downloads
40
Maintainers
Readme
vue-chartjs-financial
This is a sample vue-cli project utilizing the implementation of vue-chartjs to include Chart.js Financial Charts.
How does it work
A copy of vue-chartjs source code located inside src/lib/
. Here, vue-chartjs
is using a modified version of Chart object rather than the one exported from Chart.js official plugin. (Chart.js still needs to be installed)
OHLC and Candlestick charts/objects are added to vue-chartjs
's BaseCharts.js
How to use
vue-chartjs's guide explains how the plugin works, with 2 additional charts being exported:
- Ohlc, and
- Candlestick