Skip to content

Commit

Permalink
Show pie charts in same row
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikKalkoken committed Oct 12, 2024
1 parent 9eee307 commit 1eb64be
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions internal/app/ui/wealth.go
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,7 @@ func (a *wealthArea) refresh() {
a.mu.Lock()
defer a.mu.Unlock()
a.charts.RemoveAll()
a.charts.Add(typesChart)
a.charts.Add(charactersChart)
a.charts.Add(container.NewHBox(typesChart, charactersChart))
a.charts.Add(assetsChart)
a.charts.Add(walletChart)

Expand Down

0 comments on commit 1eb64be

Please sign in to comment.