File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
packages/vchart-extension/src/charts/ranking-list Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -146,11 +146,11 @@ export class RankingListChartSpecTransformer extends CommonChartSpecTransformer
146146 } ;
147147
148148 spec . animationExit = this . getAnimationExit ( this . originalSpec ) ;
149- spec . animationAppear = this . getAnimationAppear ( this . originalSpec , 'rect' ) ;
150149 spec . animationEnter = this . getAnimationEnter ( this . originalSpec ) ;
151150 spec . animationUpdate = this . getAnimationUpdate ( this . originalSpec ) ;
152- spec . animationNormal = this . originalSpec . animationNormal ;
153151 }
152+ spec . animationNormal = this . originalSpec . animationNormal ;
153+ spec . animationAppear = this . getAnimationAppear ( this . originalSpec , 'rect' ) ;
154154 }
155155
156156 transformAxesSpec ( spec : any ) {
You can’t perform that action at this time.
0 commit comments