From 945b6d3d70afe66a008cc52224b6b5f1351b8899 Mon Sep 17 00:00:00 2001 From: lq Date: Tue, 10 Jun 2025 13:17:02 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E9=83=A8=E5=88=86=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/ui/LargeCycleChart.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/ui/LargeCycleChart.vue b/src/components/ui/LargeCycleChart.vue index 7c55559..d160e3a 100644 --- a/src/components/ui/LargeCycleChart.vue +++ b/src/components/ui/LargeCycleChart.vue @@ -27,7 +27,7 @@ const initChart = () => { type: 'category', boundaryGap: false, data: ['', '周朝\n1000BC', '', '汉朝\n200BC', '', '唐朝\n600', '', '明朝\n1400', '', '', '时间\n--'], - axisLabel: { fontSize: 14 } + axisLabel: { fontSize: 14, interval: 0 } }, yAxis: { type: 'value', @@ -80,7 +80,7 @@ const initChart = () => { { offset: 1, color: 'rgba(59, 130, 246, 0)' } ]) }, - data: ['', '', '', '', '', '', 25, 50, 75, 90, 90] + data: ['', '', '', '', '', '', '', 25, 55, 75, 90] }, { name: '关键节点',