Fix wish chart banner name

This commit is contained in:
Made Baruna 2022-03-04 00:08:42 +07:00
parent cb04b87933
commit c3ea5dcaa3

View file

@ -369,7 +369,14 @@
}, },
scales: { scales: {
yAxes: [{ stacked: true, gridLines: { color: '#2d3748' } }], yAxes: [{ stacked: true, gridLines: { color: '#2d3748' } }],
xAxes: [{ stacked: true }], xAxes: [
{
stacked: true,
ticks: {
autoSkip: false,
},
},
],
}, },
}, },
}); });