From 608be7b1d461138717c4bb34639d9976a605fe0f Mon Sep 17 00:00:00 2001 From: wujingjing <gersonwu@qq.com> Date: 星期五, 26 七月 2024 18:31:04 +0800 Subject: [PATCH] yRange; timeRange; 多日对比 --- src/components/chat/chatComponents/common.ts | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/src/components/chat/chatComponents/common.ts b/src/components/chat/chatComponents/common.ts index 343352f..ff5af86 100644 --- a/src/components/chat/chatComponents/common.ts +++ b/src/components/chat/chatComponents/common.ts @@ -54,7 +54,6 @@ originData: { type: Object as PropType<any>, }, - } as const); export type ChatComPropsType = ExtractPropTypes<typeof chatComProps>; @@ -63,12 +62,14 @@ grid: { // bottom: 120, // right: '15%', + top: 65, left: 35, right: 45, }, tooltip: { show: true, trigger: 'axis', + }, toolbox: { show: true, -- Gitblit v1.9.3