We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06322c4 commit 6a37e43Copy full SHA for 6a37e43
report-app/src/app/pages/report-list/report-list.html
@@ -81,6 +81,7 @@
81
[data]="getGraphData(group)"
82
[compact]="true"
83
[showLegend]="false"
84
+ (click)="$event.preventDefault(); $event.stopPropagation()"
85
/>
86
</div>
87
0 commit comments