-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Labels
bugSomething isn't workingSomething isn't working
Description
The BarWidgetUI isn't working correctly when we use multiple data and modify the array.
Demo:
Screen.Recording.2023-01-03.at.10.27.58.AM.mov
The problem is the component echarts-for-react custom that does not dispatch the event, I've changed own custom to the original, and works for me with a blink event.
Demo:
Screen.Recording.2023-01-03.at.10.27.36.AM.mov
I've looked and I've seen that we've used a PR opened in the echart-for-react repository.
Own:
echart-for-react:
- Issue: 触发点击事件后图表会闪烁一下 ( chart will blink when triggering a click event ) hustcc/echarts-for-react#505
- PR: Fix #446, #447 issues. 1) Only refresh the events bound by echart when the event changes. 2) If the style or classname changes, it's more reasonable to refresh the data after performing charts.resize first. hustcc/echarts-for-react#444
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working