I tried using apex charts, but did not find proper doc for the react-apexcharts
. I also tried react-google-charts
, although it works fine, but it has unwanted spaces on sides which spoils the layout. I'm not sure about which module to use. Do you have a suggestion??
Asked
Active
Viewed 7,339 times
5

Abhishek Kumawat
- 780
- 1
- 10
- 25
2 Answers
7
Author of ApexCharts here. Thanks for reminding me to update the docs for the candlestick charts. Here is the page that explains what should be the data-format.
Also, there is no major difference in options if you use react-apexcharts. The series prop should be given the required format as specified in the docs and rest will fall into places.

junedchhipa
- 4,694
- 1
- 28
- 28
-
I need to indicate candles where I bought / sold (for example by adding a custom color or an arrow), is there a way to customise this behaviour on the chart? – html_programmer Sep 17 '19 at 22:26
3
For those who are still asking which library to use for candlestick graphs.
Take a look Highcharts Highcharts candlestick graph
Good documentation and great features

user08
- 695
- 3
- 8
- 25