柱状图
This commit is contained in:
@@ -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: [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user