echarts.init(document.getElementById('container')).setOption({ xAxis: { type: 'category', data: ['2025-08-11','2025-08-18','2025-09-01','2025-09-08',] }, yAxis: { type: 'value' }, series: [{ data: [6593.95,6937.90,4154.45,6219.39,], type: 'line', label: { normal: { show: true, position: 'top' } } }] });