修改现场反馈问题

This commit is contained in:
GGJ
2024-10-10 10:46:10 +08:00
parent 0877ae5df0
commit facd4f55c5
12 changed files with 198 additions and 313 deletions

View File

@@ -98,7 +98,7 @@ const initChart = () => {
end: 100
}
],
toolbox:props.options?.toolbox||{},
toolbox: props.options?.toolbox || {},
color: props.options?.color || color,
series: props.options?.series,
...props.options?.options
@@ -141,6 +141,7 @@ const handlerYAxis = () => {
nameTextStyle: {
color: '#000'
},
splitNumber: 5,
minInterval: 1,
axisLine: {
show: true,