[Dashboards] - fast follows - inverse default value for centre metric and filter count on chart settings (#16211)
This commit is contained in:
+1
-1
@@ -71,7 +71,7 @@ export class PieChartConfigurationDTO {
|
||||
@IsOptional()
|
||||
displayDataLabel?: boolean;
|
||||
|
||||
@Field(() => Boolean, { nullable: true, defaultValue: false })
|
||||
@Field(() => Boolean, { nullable: true, defaultValue: true })
|
||||
@IsBoolean()
|
||||
@IsOptional()
|
||||
showCenterMetric?: boolean;
|
||||
|
||||
Reference in New Issue
Block a user