You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
as i spent some hours on this repository i think i can answer 🤓
this plugin only registers it's component into chartjs. when you call "import" it registers automatically and only thing that you need is changing the chart type to "candlestick" instead of barchart or line..
anyway if you need to access it's components i think there is a way to do;
import{OhlcElement,OhlcController,CandlestickElement,CandlestickController}from'chartjs-chart-financial'importChartfrom'chart.js/auto'// Easy way of importing everythingChart.register(OhlcElement,OhlcController,CandlestickElement,CandlestickController)
Hi there,
Any idea how would one use this module with react.js
I did
But then I got stuck, not sure where to take it from here.
P.S I am trying to use candlestick chart
The text was updated successfully, but these errors were encountered: