I have an issue same as this example: https://apexcharts.com/javascript-chart-demos/column-charts/column-with-negative-values/
The first element of the x-axis ("2011-01-01") was disappeared when I use xaxis.labels.rotates = -90
Noted.
There is a function which calculates if labels exceed available grid area so that it can draw without overlapping. And I think that function is returning false positives sometimes for rotated labels.
I will fix that
I am using "apexcharts": "^3.17.0", but still i have the same issue.

I am not able to see the first label. It's the same case with all types of graphs.
I have something very similar, the first element in categories is undefined
{
"apexcharts": "~3.20.0",
"react-apexcharts": "~1.3.7"
}
