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