Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing the first element of the x-axis #101

Closed
silverphoenix1110 opened this issue Sep 14, 2018 · 4 comments
Closed

Missing the first element of the x-axis #101

silverphoenix1110 opened this issue Sep 14, 2018 · 4 comments
Labels
bug Something isn't working

Comments

@silverphoenix1110
Copy link

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

@junedchhipa
Copy link
Contributor

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

@junedchhipa junedchhipa added the bug Something isn't working label Sep 14, 2018
@junedchhipa
Copy link
Contributor

junedchhipa commented Sep 15, 2018

Fixed it in 4c658eb

@rajeshwarpatlolla
Copy link

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.

@vcostin
Copy link

vcostin commented Sep 8, 2020

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants