echarts.init(document.getElementById('container')).setOption({ xAxis: { type: 'category', data: ['2025-07-14','2025-07-28','2025-08-04','2025-08-11',] }, yAxis: { type: 'value' }, series: [{ data: [5637.58,4076.92,4866.67,4436.90,], type: 'line', label: { normal: { show: true, position: 'top' } } }] });