0
我必須使用react-chartjs-2創建堆積條形圖。如何使用react-chartjs-2創建堆疊條形圖?
options : {
maintainAspectRatio: false,
tooltips: {
mode: 'x-axis'
},
scales: {
yAxes: [{
ticks: {
beginAtZero: true
}
}],
xAxes: [{
stacked: true
}]
}
}
堆疊在酒吧似乎並沒有工作。