chartjs / chartjs-chart-financial

Chart.js module for charting financial securities
MIT License
720 stars 195 forks source link

[Error] candlestick is not a registered controller chartjs. #125

Open Anandhakrishnan27 opened 2 years ago

LeeLenaleee commented 2 years ago

You need to import and register the elements you are using:

Chart.register(CandlestickElement, CandlestickController)