Skip to content

Commit

Permalink
TimeSeriesWidget: support removing series in mounted widget (#863)
Browse files Browse the repository at this point in the history
  • Loading branch information
zbigg authored Apr 18, 2024
1 parent 33deb45 commit 520d255
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Not released

- TimeSeriesWidget: support removing series in mounted widget [#863](https://github.com/CartoDB/carto-react/pull/863)

## 3.0.0

### 3.0.0-alpha.7 (2024-04-16)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,7 @@ export default function TimeSeriesChart({
return (
<ReactEcharts
option={options}
notMerge
onEvents={onEvents}
onChartReady={onChartReady}
style={{ height }}
Expand Down

0 comments on commit 520d255

Please sign in to comment.