From ed459ba52b9d994acc87e5d45f9293069a2f4aaa Mon Sep 17 00:00:00 2001
From: gerson <1405270578@qq.com>
Date: 星期六, 10 八月 2024 22:35:12 +0800
Subject: [PATCH] sample_id,section_a_id

---
 miniprogram/components/chat-components/summary/recordset/recordset.ts |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/miniprogram/components/chat-components/summary/recordset/recordset.ts b/miniprogram/components/chat-components/summary/recordset/recordset.ts
index 8649d3f..998537a 100644
--- a/miniprogram/components/chat-components/summary/recordset/recordset.ts
+++ b/miniprogram/components/chat-components/summary/recordset/recordset.ts
@@ -92,14 +92,17 @@
         grid: {
           bottom: 20,
         },
-        tooltip:{
-          textStyle:{
-            fontSize:BASE_CHART_FONT_SIZE
+        tooltip: {
+          textStyle: {
+            fontSize: BASE_CHART_FONT_SIZE
           }
         },
         legend: {
           top: 19,
           show: series?.length > 1,
+          textStyle: {
+            fontSize: BASE_CHART_FONT_SIZE
+          },
           type: 'scroll',
         },
         toolbox: {

--
Gitblit v1.9.3