feat(regulatoryPlatForm): 优化图表布局并添加数据缩放功能

This commit is contained in:
chenxf 2026-01-26 09:25:53 +08:00
parent 1366e8e848
commit 41d13a8193
1 changed files with 12 additions and 1 deletions

View File

@ -129,9 +129,20 @@ export default {
grid: {
left: '3%',
right: '4%',
bottom: '3%',
bottom: '15%',
containLabel: true
},
dataZoom: [
{
type: 'slider',
show: true,
xAxisIndex: [0],
bottom: 5,
height: 20,
startValue: 0,
endValue: 5
}
],
xAxis: {
type: 'category',
data: [],