You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This also occurs with just a plain linear X axis. My gut is that the filler plugin is not correctly filtering points that are off the chart area, but it only seems to happen in certain scenarios
Expected Behavior
Area charts should render properly.
Current Behavior
If animations are disabled, and the zoom plugin is loaded, artifacts appear when panning out of the data range.
Initial Load:
After Panning:
Possible Solution
Not a solution, but I believe the issue to be in Chart.js, not the zoom plugin, as I've replicated the issue with my own custom zoom plugin.
Steps to Reproduce
Configure an area chart with a time x-axis (to allow panning past the range of data), and pan the data out of range.
https://jsfiddle.net/ke12g95r/5/
The text was updated successfully, but these errors were encountered: