修改现场反馈问题
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user