react-apexcharts icon indicating copy to clipboard operation
react-apexcharts copied to clipboard

Problem setting min and max date on x axis

Open supriya-somavnshi opened this issue 2 years ago • 0 comments

Hi,

I have 6th month data (9 Oct 2022 to 6 Apr 2023 ) but I want show only 3 Month or 1 month data on chart . I am trying to set min date ("2023-01-05") and max date ("2023-04-05") in option xaxis: { min : , max : } on chart .But it is not working .Please suggest me how to set 3 month or one month data on chart .

Reproduce link on codesandbox :

https://codesandbox.io/s/broken-worker-6vevbm?file=/src/components/ApexSyncCharts.tsx:203-215

Thanks Supriya

supriya-somavnshi avatar Apr 15 '23 11:04 supriya-somavnshi