Skip to content

Commit 8085c12

Browse files
Wording
Co-Authored-By: Johannes Weiß <johannes.weiss@iteratec.com>
1 parent ee17db8 commit 8085c12

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
@@ -71,7 +71,7 @@ export class LineChartService {
7171
private legendDataMap = {};
7272
private brush;
7373

74-
// Map that holds all points clustered by there x-axis values
74+
// Map that holds all points clustered by their x-axis values
7575
private _xAxisCluster: any = {};
7676

7777
// Mouse events

0 commit comments

Comments
 (0)