Skip to content

Commit 6a37e43

Browse files
committed
fix: prevent clicks on chart from navigating
Prevents clicks on the graphs inside the list view from navigating to the report.
1 parent 06322c4 commit 6a37e43

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

report-app/src/app/pages/report-list/report-list.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@
8181
[data]="getGraphData(group)"
8282
[compact]="true"
8383
[showLegend]="false"
84+
(click)="$event.preventDefault(); $event.stopPropagation()"
8485
/>
8586
</div>
8687
</div>

0 commit comments

Comments
 (0)