Skip to content

Commit

Permalink
Merge pull request #3696 from VisActor/fix/transform-funnel-update-an…
Browse files Browse the repository at this point in the history
…imation

fix: incorrect update animation of funnel transform mark
  • Loading branch information
xile611 authored Jan 26, 2025
2 parents 4e64c33 + 1ed7f91 commit 3a09d67
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 3a09d67

Please sign in to comment.