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: [5182.22,5146.67,5140.74,5111.11,5881.36,], type: 'line', label: { normal: { show: true, position: 'top' } } }] });