Skip to content

Commit 7c3b72d

Browse files
author
DanielSteger
committed
[IT-2825] Remove invalid double points in css class.
1 parent defa92b commit 7c3b72d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/app/modules/time-series/services/line-chart.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ export class LineChartService {
188188
}
189189

190190
private generateKey(data: EventResultSeriesDTO): string {
191-
return data.identifier.split(' | ').join();
191+
return data.identifier.split(' | ').join().split(':').join("");
192192
}
193193

194194
/**

0 commit comments

Comments
 (0)