chartjs / chartjs/chartjs-chart-financial
Using this module with react ?
Open
- Dominant language
- JavaScript
- Stars
- 809
- Forks
- 199
- PR merge metrics
- No merged PRs in 30d
Description
Hi there,
Any idea how would one use this module with react.js
I did
```
import {
Chart as ChartJS,
CategoryScale,
LinearScale,
PointElement,
LineElement,
Title,
Tooltip,
Legend,
} from "chart.js"
import { Chart } from "react-chartjs-2";
import "../public/static/chartjs-chart-financial";
```
But then I got stuck, not sure where to take it from here.
P.S I am trying to use candlestick chart
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.