Issue with Chart Re-rendering on Dataset Visibility Toggle #1279
Replies: 2 comments
-
Look at this issue: #1182 |
Beta Was this translation helpful? Give feedback.
0 replies
-
@swist666 please don't open a feature request for issues. Please open an issue instead. I'm going to close this. If the issue #1182 linked by @skatecram isn't the same as your issue, please open an issue and be sure to include code snippets and screenshots so we can replicate the issue. Thanks! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When users toggle dataset visibility using checkboxes on a chart, the chart does not re-render correctly. Deselecting a dataset should update the chart to reflect only the visible datasets.
This issue is evident when there are changes in the data binding, such as when the number of datasets changes from 4 to 3 using wire:model
Expected Behavior:
The chart should fully re-render to show only new datasets.
Actual Behavior:
Deselected datasets remain visible, and the chart does not update accurately.
Beta Was this translation helpful? Give feedback.
All reactions