调整部分样式

This commit is contained in:
2025-06-10 13:17:02 +08:00
parent a4d99147f1
commit 945b6d3d70

View File

@@ -27,7 +27,7 @@ const initChart = () => {
type: 'category', type: 'category',
boundaryGap: false, boundaryGap: false,
data: ['', '周朝\n1000BC', '', '汉朝\n200BC', '', '唐朝\n600', '', '明朝\n1400', '', '', '时间\n--'], data: ['', '周朝\n1000BC', '', '汉朝\n200BC', '', '唐朝\n600', '', '明朝\n1400', '', '', '时间\n--'],
axisLabel: { fontSize: 14 } axisLabel: { fontSize: 14, interval: 0 }
}, },
yAxis: { yAxis: {
type: 'value', type: 'value',
@@ -80,7 +80,7 @@ const initChart = () => {
{ offset: 1, color: 'rgba(59, 130, 246, 0)' } { offset: 1, color: 'rgba(59, 130, 246, 0)' }
]) ])
}, },
data: ['', '', '', '', '', '', 25, 50, 75, 90, 90] data: ['', '', '', '', '', '', '', 25, 55, 75, 90]
}, },
{ {
name: '关键节点', name: '关键节点',