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

@@ -8,7 +8,7 @@ export type IRechartPayloadItem = {
id: string;
names: string[];
color: string;
event: { id: string; name: string };
event: { id?: string; name: string };
count: number;
date: string;
previous?: {