Skip to content

Commit

Permalink
Add element interactions to gap states
Browse files Browse the repository at this point in the history
Fixes #201

Signed-off-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
  • Loading branch information
bhufmann committed May 30, 2022
1 parent 6280994 commit 47c8e30
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions timeline-chart/src/layer/time-graph-chart.ts
Original file line number Diff line number Diff line change
Expand Up @@ -663,6 +663,7 @@ export class TimeGraphChart extends TimeGraphChartLayer {
if (state.data) {
state.data['gap'] = gap;
}
this.addElementInteractions(gap);
}
}
} else {
Expand Down

0 comments on commit 47c8e30

Please sign in to comment.