mirror of
https://github.com/MadeBaruna/paimon-moe.git
synced 2024-11-23 15:26:40 +01:00
Fix wish chart banner name
This commit is contained in:
parent
cb04b87933
commit
c3ea5dcaa3
1 changed files with 8 additions and 1 deletions
|
@ -369,7 +369,14 @@
|
|||
},
|
||||
scales: {
|
||||
yAxes: [{ stacked: true, gridLines: { color: '#2d3748' } }],
|
||||
xAxes: [{ stacked: true }],
|
||||
xAxes: [
|
||||
{
|
||||
stacked: true,
|
||||
ticks: {
|
||||
autoSkip: false,
|
||||
},
|
||||
},
|
||||
],
|
||||
},
|
||||
},
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue