echarts.init(document.getElementById('container')).setOption({ xAxis: { type: 'category', data: ['2025-02-10','2025-02-17','2025-03-03','2025-03-10',] }, yAxis: { type: 'value' }, series: [{ data: [8995.29,8561.15,9363.77,8143.18,], type: 'line', label: { normal: { show: true, position: 'top' } } }] });