Apexcharts.js: Missing the first element of the x-axis

Created on 14 Sep 2018  路  4Comments  路  Source: apexcharts/apexcharts.js

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

bug

All 4 comments

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.

Screenshot 2020-05-23 at 10 39 39 PM

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"
}

Screen Shot 2020-09-08 at 17 42 01

Was this page helpful?
0 / 5 - 0 ratings

Related issues

frlinw picture frlinw  路  3Comments

tcarlsen picture tcarlsen  路  3Comments

thellimist picture thellimist  路  3Comments

ismaildervisoglu picture ismaildervisoglu  路  3Comments

EroTiXx picture EroTiXx  路  3Comments