1.0.1 • Published 4 years ago

vue-chartjs-financial v1.0.1

Weekly downloads
7
License
ISC
Repository
github
Last release
4 years ago

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