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