From e70012ae143e1b48ce096ba706e09d1e336c135f Mon Sep 17 00:00:00 2001 From: zhouxinyu Date: Thu, 12 Sep 2024 19:54:58 +0800 Subject: [PATCH] fix: fix issue with visibalAll in chart --- .../vstory/src/story/character/chart/graphic/vchart-graphic.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/vstory/src/story/character/chart/graphic/vchart-graphic.ts b/packages/vstory/src/story/character/chart/graphic/vchart-graphic.ts index b4ead613..a9d56990 100644 --- a/packages/vstory/src/story/character/chart/graphic/vchart-graphic.ts +++ b/packages/vstory/src/story/character/chart/graphic/vchart-graphic.ts @@ -93,7 +93,7 @@ export class Chart extends Graphic implements IVisactorGraphic { } constructor(params: IChartGraphicAttribute) { - super({ ...params, visibleAll: false }); + super({ ...params, visible: false }); this.numberType = CHART_NUMBER_TYPE; // 创建chart