echarts.init(document.getElementById('container')).setOption({ xAxis: { type: 'category', data: ['2025-03-10','2025-03-17','2025-03-24','2025-03-31','2025-04-07',] }, yAxis: { type: 'value' }, series: [{ data: [14370.81,13943.66,13926.55,22277.23,20422.02,], type: 'line', label: { normal: { show: true, position: 'top' } } }] });