Authored by 郭成尧

del

export default {
title: {
text: 'Top Processed'
},
tooltip: {},
xAxis: {
data: ['api1', 'api2', 'api3', 'api4', 'api5', 'api6']
},
yAxis: {},
series: [{
name: '销量',
type: 'bar',
data: [5, 20, 36, 10, 10, 20]
}]
}