New features
- Added
vue-echarts/graphicand#graphicslot support to build and update EChartsgraphictrees with Vue components.
Fixes
- Fixed theme-switch regressions by replaying the latest
optionaftersetTheme, so delayed data assignment (e.g. async graphseries.data/links) no longer disappears on theme changes (#972). - Fixed smart-update normalization when option keys migrate across shapes (e.g. object to array/scalar), preventing valid next values from being overwritten during updates.