forked from github/dataease
feat: 仪表盘阈值
This commit is contained in:
parent
87a924e377
commit
5be238fc4f
@ -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'
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user