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: [9180.33,6417.11,6519.30,5630.43,], type: 'line', label: { normal: { show: true, position: 'top' } } }] });