Version
5.3.2
Link to Minimal Reproduction
https://codepen.io/david-marquez-f/pen/mdxzQNG
Steps to Reproduce
- Create a line/bar chart with series that use data and encode. The encode is used to set the category and value of each data point.
- Change data by removing data points from the series
Current Behavior
The line points/bars in the categories removed disappear (expected) but the axis is not updated accordingly (it doesn't remove them)
If I also update the xAxis (I just put the same config that was used initially) it gets refreshed properly
Expected Behavior
In the same way that the data points are removed, so should be the axis categories:
Environment
- OS: Windows
- Browser: Any
- Framework:
Any additional comments?
No response
2条答案
按热度按时间oxf4rvwz1#
This issue has been automatically marked as stale because it did not have recent activity. It will be closed in 7 days if no further activity occurs. If you wish not to mark it as stale, please leave a comment in this issue.
kgqe7b3p2#
It still happens i believe