mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-03-18 07:24:00 +01:00
fix: networth charts starting on bottom
This commit is contained in:
@@ -126,7 +126,6 @@
|
||||
...Object.fromEntries(currencies.map((currency, i) => [
|
||||
`y${i}`,
|
||||
{
|
||||
beginAtZero: true,
|
||||
type: 'linear',
|
||||
display: true,
|
||||
grid: {
|
||||
@@ -180,7 +179,6 @@
|
||||
...Object.fromEntries(accounts.map((account, i) => [
|
||||
`y-axis-${i}`,
|
||||
{
|
||||
beginAtZero: true,
|
||||
type: 'linear',
|
||||
display: true,
|
||||
position: i % 2 === 0 ? 'left' : 'right',
|
||||
|
||||
Reference in New Issue
Block a user