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: [8143.18,9444.44,9258.88,6907.04,8666.46,], type: 'line', label: { normal: { show: true, position: 'top' } } }] });