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() {