mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-07-19 21:29:38 +02:00
Fix pie chart
This commit is contained in:
parent
4ad28d6eff
commit
f3bb80dde6
2 changed files with 1 additions and 3 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -45,8 +45,6 @@
|
||||||
# Ignore VS Code
|
# Ignore VS Code
|
||||||
.vscode/*
|
.vscode/*
|
||||||
!.vscode/settings.json
|
!.vscode/settings.json
|
||||||
!.vscode/tasks.json
|
|
||||||
!.vscode/launch.json
|
|
||||||
!.vscode/extensions.json
|
!.vscode/extensions.json
|
||||||
!.vscode/*.code-snippets
|
!.vscode/*.code-snippets
|
||||||
|
|
||||||
|
|
|
@ -115,7 +115,7 @@ export default class extends Controller {
|
||||||
this.#d3GroupMemo = this.#createMainGroup();
|
this.#d3GroupMemo = this.#createMainGroup();
|
||||||
}
|
}
|
||||||
|
|
||||||
return this.#d3ContentMemo;
|
return this.#d3GroupMemo;
|
||||||
}
|
}
|
||||||
|
|
||||||
get #d3Content() {
|
get #d3Content() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue