fix #33 - issues with same event names
This commit is contained in:
@@ -67,7 +67,7 @@ export type IChartSerie = {
|
||||
id: string;
|
||||
names: string[];
|
||||
event: {
|
||||
id: string;
|
||||
id?: string;
|
||||
name: string;
|
||||
};
|
||||
metrics: Metrics;
|
||||
|
||||
Reference in New Issue
Block a user