echarts.init(document.getElementById('container')).setOption({ xAxis: { type: 'category', data: ['2026-08-24','2026-08-31','2026-09-07','2026-09-14','2026-09-21',] }, yAxis: { type: 'value' }, series: [{ data: [6113.41,6655.84,5939.85,6507.26,6091.05,], type: 'line', label: { normal: { show: true, position: 'top' } } }] });