We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f72f7c1 commit 7ead0a6Copy full SHA for 7ead0a6
src/dualKpiSettingsModel.ts
@@ -68,7 +68,7 @@ export class DualKpiSettingsModel extends Model {
68
public validateValues(): void {
69
this.colors.opacity.value = this.validateOpacity(this.colors.opacity.value);
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
if (this.properties.generalGroup.abbreviateValues.value) {
74
this.valueFormatting.displayUnits.value = 1;
0 commit comments