1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-07-19 13:19:39 +02:00

Fix pie chart

This commit is contained in:
Zach Gollwitzer 2024-10-14 17:21:51 -04:00
parent 4ad28d6eff
commit f3bb80dde6
2 changed files with 1 additions and 3 deletions

2
.gitignore vendored
View file

@ -45,8 +45,6 @@
# Ignore VS Code
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
!.vscode/*.code-snippets

View file

@ -115,7 +115,7 @@ export default class extends Controller {
this.#d3GroupMemo = this.#createMainGroup();
}
return this.#d3ContentMemo;
return this.#d3GroupMemo;
}
get #d3Content() {