fix(Dashboard): scales.[x/y]Axes.barPercentage is deprecated, use dataset.barPercentage instead
This commit is contained in:
parent
b9626a8ae6
commit
ef25cc4202
@ -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: [
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user