echarts.init(document.getElementById('container')).setOption({ xAxis: { type: 'category', data: ['2026-04-06','2026-04-13','2026-04-20','2026-04-27','2026-05-04',] }, yAxis: { type: 'value' }, series: [{ data: [5852.61,5915.04,6050.96,6187.64,6911.69,], type: 'line', label: { normal: { show: true, position: 'top' } } }] });