react-apexcharts
react-apexcharts copied to clipboard
X axis data are over laps on each other
I am getting the issue of overlapping x-axis data on each other when we zoom in or zoom out and the same issue occurs in large-size screen devices. you can see below image data is overlapping each other. If I do zoom out then it is rotated and if I do zoom in then it nice flat with some padding but at one moment it shows like this. so, there is any solution for this, I can control this?
You can lower the tickAmount property of xaxis, if it doesn't affect your use-case.
You can lower the tickAmount property of xaxis, if it doesn't affect your use-case.
Yes it is affect my use-case. Is there any other solution for that?