echarts.init(document.getElementById('container')).setOption({ xAxis: { type: 'category', data: ['2026-08-10','2026-08-17','2026-08-24','2026-08-31','2026-09-07',] }, yAxis: { type: 'value' }, series: [{ data: [5340.95,5570.59,3284.72,5161.29,6253.15,], type: 'line', label: { normal: { show: true, position: 'top' } } }] });