Skip to content

Conversation

@Savid
Copy link
Member

@Savid Savid commented Nov 15, 2025

Set notMerge to true on ReactEChartsCore to ensure chart properly updates when series are toggled via legend. Previously, with notMerge=false, ECharts would merge options instead of replacing them, causing hidden series to remain visible on the chart.

Set notMerge to true on ReactEChartsCore to ensure chart properly updates when series are toggled via legend. Previously, with notMerge=false, ECharts would merge options instead of replacing them, causing hidden series to remain visible on the chart.
Add notMerge prop to MultiLineChart component with default value of true to ensure proper chart updates when toggling series. Set notMerge=false for live page charts that receive frequent data updates for better performance.
@Savid Savid merged commit 924cab0 into release/frontend Nov 15, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants