SYNC: charts fix

This commit is contained in:
SPRINX0\prochazka
2025-06-19 17:57:01 +02:00
committed by Diflow
parent 28439c010f
commit cd505abb22
3 changed files with 39 additions and 1 deletions

View File

@@ -48,6 +48,7 @@ export interface ChartDefinition {
title?: string;
pieRatioLimit?: number; // limit for pie chart, if the value is below this, it will be grouped into "Other"
pieCountLimit?: number; // limit for number of pie chart slices, if the number of slices is above this, it will be grouped into "Other"
trimXCountLimit?: number; // limit for number of x values, if the number of x values is above this, it will be trimmed
xdef: ChartXFieldDefinition;
ydefs: ChartYFieldDefinition[];