提交 5be238fc authored 作者: junjun's avatar junjun

feat: 仪表盘阈值

上级 87a924e3
......@@ -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'
}
}
}
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论