From f90ab4a72b05f04303b3dfb4d7a11f48009d0c44 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A0=B4=E7=AB=B9?= Date: Sat, 17 Feb 2024 20:48:04 +0800 Subject: [PATCH] Update types.ts (#562) --- src/types.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/types.ts b/src/types.ts index 5e6119f..e221c76 100644 --- a/src/types.ts +++ b/src/types.ts @@ -56,7 +56,7 @@ export type EChartsReactProps = { */ readonly opts?: Opts; /** - * when after chart reander, do the callback with echarts instance + * when after chart render, do the callback with echarts instance */ readonly onChartReady?: (instance: EChartsInstance) => void; /**