From 6a39488988400dbfb29ea8508cb3be46490e0353 Mon Sep 17 00:00:00 2001 From: qq_38870145 Date: Sun, 3 Mar 2024 00:46:00 +0800 Subject: [PATCH] Sun Mar 3 00:46:00 CST 2024 inscode --- src/components/GameChart.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/components/GameChart.vue b/src/components/GameChart.vue index 7004e0c..af8ed2b 100644 --- a/src/components/GameChart.vue +++ b/src/components/GameChart.vue @@ -348,6 +348,8 @@ function renderEchartBar() { } ], } + + console.log('option',option) // 使用刚指定的配置项和数据显示图表。 myChart.setOption(option, true); // 监听 -- GitLab