Skip to content

Commit

Permalink
fix: incorrect update animation of funnel transform mark
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoluoHe committed Jan 26, 2025
1 parent 4d720b4 commit 1ed7f91
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions common/changes/@visactor/vchart/develop_2025-01-26-06-21.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@visactor/vchart",
"comment": "fix: incorrect update animation of funnel transform mark, #3685",
"type": "none"
}
],
"packageName": "@visactor/vchart"
}
2 changes: 1 addition & 1 deletion packages/vchart/src/series/funnel/funnel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ export class FunnelSeries<T extends IFunnelSeriesSpec = IFunnelSeriesSpec>
},
{
themeSpec: this._theme?.transform,
skipBeforeLayouted: false,
skipBeforeLayouted: true,
dataView: this._viewDataTransform.getDataView(),
dataProductId: this._viewDataTransform.getProductId(),
stateSort: this._spec.transform?.stateSort,
Expand Down

0 comments on commit 1ed7f91

Please sign in to comment.