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??
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.