[Dashboards] - fast follows - inverse default value for centre metric and filter count on chart settings (#16211)

This commit is contained in:
nitin
2025-12-01 21:49:57 +05:30
committed by GitHub
parent 5e00893c37
commit d39a7e809b
7 changed files with 97 additions and 4 deletions
@@ -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;