echarts.init(document.getElementById('container')).setOption({ xAxis: { type: 'category', data: ['2026-03-30','2026-04-06','2026-04-13','2026-04-20','2026-04-27',] }, yAxis: { type: 'value' }, series: [{ data: [8480.58,8637.31,8824.00,9336.39,8068.03,], type: 'line', label: { normal: { show: true, position: 'top' } } }] });