完成 承载能力评估页面绘制
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user