SYNC: chart labels for pie chart

This commit is contained in:
SPRINX0\prochazka
2025-06-09 10:15:23 +02:00
committed by Diflow
parent 171d58658a
commit e77b83bd92
4 changed files with 9 additions and 1 deletions

View File

@@ -49,6 +49,8 @@ export interface ChartDefinition {
xdef: ChartXFieldDefinition;
ydefs: ChartYFieldDefinition[];
useDataLabels?: boolean;
}
export interface ChartDateParsed {