-
Notifications
You must be signed in to change notification settings - Fork 136
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
Error: <rect> attribute height: A negative value is not valid. ("-64") #25
Error: <rect> attribute height: A negative value is not valid. ("-64") #25
Comments
Can you please create a codepen? As I can't reproduce this issue on my side. |
Well yes I'll post code later(not sure how to use codepen) but let me explain what I'm doing firstly. I'm using apexcharts for user profile component which is a full-screen dialog usually hidden but will be opened when click the user icon button, then will achieve data by axios. Maybe related with the full-screen dialog because it's no way could be negative height for a plot? |
Not sure if it is related with full-screen dialog. If you can try forking this Vue template of code-sandbox and reproduce the issue, I can look more. |
@junedchhipa Is there a way to dynamically set the width if not set? What I do at the moment is a kind of temp fix always adjusting the width as the number of data pair increase. |
@Labtocat |
Closing due to lack of response |
hy, i got same error the problem is trow a error like a image i have, chart not displayed in first page load |
in my css, width parent of #chart 100% also, and already set width and hight of #chart like https://codepen.io/apexcharts/pen/xYqyYm |
@junedchhipa sorry for late response. It didn't work |
if not give the prop of "width", plot can't be show correctly.
The text was updated successfully, but these errors were encountered: