feat: 仪表盘阈值

This commit is contained in:
junjun 2022-03-08 16:00:57 +08:00
parent 87a924e377
commit 5be238fc4f

View File

@ -75,6 +75,19 @@ export function baseGaugeOption(chart_option, chart) {
chart_option.series[0].progress = {
show: false
}
chart_option.series[0].axisTick = {
lineStyle: {
color: 'auto'
}
}
chart_option.series[0].splitLine = {
lineStyle: {
color: 'auto'
}
}
chart_option.series[0].axisLabel = {
color: 'auto'
}
}
}
}