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

X axis data are over laps on each other

Open ravi-kachhadiya opened this issue 3 years ago • 2 comments

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?

Screenshot (357)

ravi-kachhadiya avatar Jun 01 '21 10:06 ravi-kachhadiya

You can lower the tickAmount property of xaxis, if it doesn't affect your use-case.

fluorspar20 avatar Jun 08 '21 10:06 fluorspar20

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?

ravi-kachhadiya avatar Jul 12 '21 12:07 ravi-kachhadiya