完成 承载能力评估页面绘制

This commit is contained in:
GGJ
2024-03-05 16:21:13 +08:00
parent 4b30fc8a01
commit faec144f58
7 changed files with 242483 additions and 25 deletions

View File

@@ -77,7 +77,8 @@ const initChart = () => {
left: '10px',
right: '60px',
bottom: props.options.options?.dataZoom === null ? '10px' : '40px',
containLabel: true
containLabel: true,
...(props.options.grid || null)
},
xAxis: props.options.xAxis ? handlerXAxis() : null,
yAxis: props.options.yAxis ? handlerYAxis() : null,