我必须使用react-chartjs-2创建堆叠的条形图。
options : {
maintainAspectRatio: false,
tooltips: {
mode: 'x-axis'
},
scales: {
yAxes: [{
ticks: {
beginAtZero: true
}
}],
xAxes: [{
stacked: true
}]
}
}
Run Code Online (Sandbox Code Playgroud)
在Bar中堆积似乎无效。
我正在使用chartjs@2.4.0