1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-07-21 14: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

View file

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