fix(Dashboard): scales.[x/y]Axes.barPercentage is deprecated, use dataset.barPercentage instead

This commit is contained in:
xidedix 2020-05-19 00:07:19 +02:00
parent b9626a8ae6
commit ef25cc4202

View File

@ -200,6 +200,7 @@ const cardChartData4 = {
backgroundColor: 'rgba(255,255,255,.3)',
borderColor: 'transparent',
data: [78, 81, 80, 45, 34, 12, 40, 75, 34, 89, 32, 68, 54, 72, 18, 98],
barPercentage: 0.6,
},
],
};
@ -217,7 +218,6 @@ const cardChartOpts4 = {
xAxes: [
{
display: false,
barPercentage: 0.6,
}],
yAxes: [
{