mirror of
https://github.com/dataease/dataease.git
synced 2026-05-16 14:31:00 +08:00
feat: 仪表盘阈值
This commit is contained in:
@@ -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'
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user