We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c9038c commit f72f7c1Copy full SHA for f72f7c1
src/dualKpiSettingsModel.ts
@@ -70,7 +70,6 @@ export class DualKpiSettingsModel extends Model {
70
this.colorsBottom.opacity.value = this.validateOpacity(this.colorsBottom.opacity.value);
71
console.log('Abbreviate values: ', this.properties.generalGroup.abbreviateValues.value);
72
// Disable display units when abbreviate values is on
73
- console.log(this.properties.generalGroup.abbreviateValues.value)
74
if (this.properties.generalGroup.abbreviateValues.value) {
75
this.valueFormatting.displayUnits.value = 1;
76
this.valueFormatting.displayUnits.disabled = true;
0 commit comments