echarts.init(document.getElementById('container')).setOption({ xAxis: { type: 'category', data: ['2025-07-14','2025-07-21','2025-07-28','2025-08-04','2025-08-11',] }, yAxis: { type: 'value' }, series: [{ data: [13580.65,16452.49,11946.56,11465.25,13967.92,], type: 'line', label: { normal: { show: true, position: 'top' } } }] });