柱状图

This commit is contained in:
老叶
2022-10-28 14:59:55 +08:00
parent 1c409d4747
commit 4b0f4746e0
@@ -64,11 +64,11 @@
if (data.dataTitle.length > 0) {
this.barChartOption = {
xAxis: {
type: 'category',
data: data.dataTitle
type: 'value'
},
yAxis: {
type: 'value'
type: 'category',
data: data.dataTitle
},
series: [
{