调整部分样式
This commit is contained in:
@@ -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: '关键节点',
|
||||
|
||||
Reference in New Issue
Block a user