forked from github/dataease
fix: 去除打印
This commit is contained in:
parent
21f0f7a91c
commit
7dafec6cd4
@ -124,7 +124,6 @@ export function baseGaugeOptionAntV(plot, container, chart, action, scale = 1) {
|
||||
}
|
||||
}
|
||||
}
|
||||
console.log('hasThreshold', hasThreshold)
|
||||
|
||||
if (hasThreshold) {
|
||||
options.range = {
|
||||
|
@ -431,7 +431,6 @@ export default {
|
||||
},
|
||||
methods: {
|
||||
gradientColorChange(colorDto) {
|
||||
console.log('gradientColorChange')
|
||||
const modifyNames = ['value', 'colors', 'seriesColors']
|
||||
modifyNames.forEach(item => {
|
||||
this.colorForm['modifyName'] = item
|
||||
|
Loading…
Reference in New Issue
Block a user