-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
X-axis range doesn't work #491
Comments
Why don't you delete sparkline option? var traffic = Array(11).fill(0)
var options = {
chart: {
// sparkline: {
// enabled: true
// },
... https://codepen.io/cemujax/pen/WWRQjW I hope it's the result you wanted. |
No it is still not what I want. If you check the example, you can see the animation is like a moving window, however, even in the codepen that you provided, the waves are compressing instead of going away. You just look at the chart for about 30 seconds and you will get what I'm saying. |
Fixed the issue in this commit - c0b1ace |
Ok I just saw @junedchhipa did a commit about that. Thank you so much for your help! |
Hey @junedchhipa I just checked the latest release and I found the bug is still not fixed. Here is the codepen: https://codepen.io/anon/pen/OGbwEG. The line is still compressing instead of window moving. |
Just test the codepen with the latest version 3.6.9, the bug is still there and no sign to be fixed. Please re-open the case. @junedchhipa |
Wow! I am surprised and embarrassed at the same time that after doing 3 fixes, still this didn’t get solved :) What on earth is reverting it back!! I will write more tests to avoid it. Sorry for the trouble you faced. |
Just noticed that cdnjs links are still cached and not reflecting the latest version of ApexCharts. |
No, unfortunately, it is still not fixed. I have to see it is a weird bug, cause the first time I noticed that, I found the dynamic line behaves different in different PCs, which I never heard and met before. |
On what browser does it not work correctly? Please provide more information on how to reproduce it. Closing it until then. Feel free to open if the bug is still not fixed in specific browsers. |
Codepen
https://codepen.io/anon/pen/OGbwEG
Explanation
The text was updated successfully, but these errors were encountered: