Skip to content

Commit 7945999

Browse files
committed
Dependency: Include dependents, as well as dependsOn
1 parent 63999ef commit 7945999

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<svg width="100%" height="100%" viewBox="-500 -150 1000 300"></svg>
1+
<svg width="100%" height="100%" viewBox="-500 -250 1000 500"></svg>

src/app/component/dependency-graph/dependency-graph.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ export class DependencyGraphComponent implements OnInit {
3939

4040
ngOnInit(): void {
4141
this.loader.load().then((dataStore: DataStore) => {
42-
this.dataStore = this.dataStore;
42+
this.dataStore = dataStore;
4343
if (!dataStore.activityStore) {
4444
throw Error('No activity store loaded');
4545
}

0 commit comments

Comments
 (0)