echarts.init(document.getElementById('container')).setOption({ xAxis: { type: 'category', data: ['2026-04-13','2026-04-20','2026-05-04',] }, yAxis: { type: 'value' }, series: [{ data: [12633.11,11530.61,8699.34,], type: 'line', label: { normal: { show: true, position: 'top' } } }] });