fix #33 - issues with same event names

This commit is contained in:
Carl-Gerhard Lindesvärd
2024-06-23 22:59:04 +02:00
parent a43b3be588
commit f939ac09b6
7 changed files with 30 additions and 21 deletions

View File

@@ -67,7 +67,7 @@ export type IChartSerie = {
id: string;
names: string[];
event: {
id: string;
id?: string;
name: string;
};
metrics: Metrics;