echarts.init(document.getElementById('container')).setOption({ xAxis: { type: 'category', data: ['2025-08-04','2025-08-11','2025-08-18','2025-08-25','2025-09-01',] }, yAxis: { type: 'value' }, series: [{ data: [10149.45,9899.19,10487.45,9238.89,10778.40,], type: 'line', label: { normal: { show: true, position: 'top' } } }] });