echarts.init(document.getElementById('container')).setOption({ xAxis: { type: 'category', data: ['2025-07-28','2025-08-04','2025-08-11','2025-08-18','2025-08-25',] }, yAxis: { type: 'value' }, series: [{ data: [5255.93,6000.00,6249.86,6694.92,4470.59,], type: 'line', label: { normal: { show: true, position: 'top' } } }] });