Skip to content

Commit

Permalink
Update graph.component.html (#526)
Browse files Browse the repository at this point in the history
Replaced references to ngx-charts
  • Loading branch information
leonschenk authored Jun 24, 2024
1 parent fb9b531 commit fc4b0be
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<div
class="ngx-charts-outer"
class="ngx-graph-outer"
[style.width.px]="width"
[@animationState]="'active'"
[@.disabled]="!animations"
(mouseWheelUp)="onZoom($event, 'in')"
(mouseWheelDown)="onZoom($event, 'out')"
mouseWheel
>
<svg:svg class="ngx-charts" [attr.width]="width" [attr.height]="height">
<svg:svg class="ngx-graph" [attr.width]="width" [attr.height]="height">
<svg:g
*ngIf="initialized && graph"
[attr.transform]="transform"
Expand Down

0 comments on commit fc4b0be

Please sign in to comment.