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