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