-
-
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
Missing null values at line chart #3641
Comments
I've also noticed that, for some data points, the dots disappear completely. For example, this works fine:
However, when I replace the value
The graph disappears completely. I found that setting:
Fix all the issues. |
@Guziq Can you tell me with apexcharts version are you using? |
This is somewhat related to the issue above. In a chart with null values, there is some weird artefacting going on after the mouse leaves the chart. If you look at the image below, the three dots I've circled in red shouldn't be there at all. You can reproduce the issue by having 10 as the last x-axis value you were hovering on and then move the mouse outside of the chart. |
They're using the demo page at https://apexcharts.com/javascript-chart-demos/line-charts/null-values/ |
Description
The scatter dot dissapears when moving the cursor over the chart
Steps to Reproduce
Expected Behavior
The green scatter point stays at it´s position even when you move your mouse over the chart.
Actual Behavior
The scatter green point is dragged and dropped at a X point when you go out of the chart
Screenshots
Chart when you load the page
![image](https://user-images.githubusercontent.com/6864044/217280601-eb167f8b-1d62-4ee4-af5f-fc1f14afc8df.png)
Chart when you move the mouse over
![image](https://user-images.githubusercontent.com/6864044/217281019-2b88e5ad-2e68-451f-8ea6-39b719cef959.png)
Reproduction Link
https://apexcharts.com/javascript-chart-demos/line-charts/null-values/
The text was updated successfully, but these errors were encountered: