echarts.init(document.getElementById('container')).setOption({ xAxis: { type: 'category', data: ['2025-05-12','2025-05-19','2025-05-26','2025-06-02','2025-06-09',] }, yAxis: { type: 'value' }, series: [{ data: [15156.25,14212.00,10967.92,13670.25,12323.18,], type: 'line', label: { normal: { show: true, position: 'top' } } }] });