echarts.init(document.getElementById('container')).setOption({ xAxis: { type: 'category', data: ['2025-03-03','2025-03-10','2025-03-17','2025-03-24','2025-03-31',] }, yAxis: { type: 'value' }, series: [{ data: [3304.35,4239.77,4603.54,4739.94,4885.71,], type: 'line', label: { normal: { show: true, position: 'top' } } }] });