nitin
2025-11-13 17:05:08 +05:30
committed by GitHub
parent eee35e5e25
commit fddac24e7f
71 changed files with 2375 additions and 790 deletions
@@ -134,6 +134,13 @@ export class LineChartConfigurationDTO {
@IsOptional()
filter?: ObjectRecordFilter;
@Field(() => Boolean, {
nullable: true,
})
@IsBoolean()
@IsOptional()
isStacked?: boolean;
@Field(() => String, { nullable: true, defaultValue: 'UTC' })
@IsTimeZone()
@IsOptional()