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: '关键节点',