tp.js 289 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 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] }] }