From 0f10bbf6bfe85f2e02638fa1e14628125b92ee7c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B4=9D=E5=93=B2?= Date: Mon, 3 Apr 2023 18:56:57 +0800 Subject: [PATCH] fix: chart render type (#4853) --- src/api/chart.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/api/chart.ts b/src/api/chart.ts index c488b403a4..3090da812c 100644 --- a/src/api/chart.ts +++ b/src/api/chart.ts @@ -129,8 +129,6 @@ export type ChartOptions = ViewComposition & { type ChartProps = Concrete; export interface Chart extends Composition, Mark { - render(): void; - node(): HTMLElement; data: ValueAttribute; width: ValueAttribute; height: ValueAttribute;