echarts.init(document.getElementById('container')).setOption({ xAxis: { type: 'category', data: ['2026-08-03','2026-08-17','2026-08-24','2026-08-31',] }, yAxis: { type: 'value' }, series: [{ data: [5349.45,5172.24,5418.44,6446.28,], type: 'line', label: { normal: { show: true, position: 'top' } } }] });