echarts.init(document.getElementById('container')).setOption({ xAxis: { type: 'category', data: ['2024-10-07','2024-10-14','2024-10-21','2024-10-28',] }, yAxis: { type: 'value' }, series: [{ data: [3835.62,3133.86,3121.57,3149.61,], type: 'line', label: { normal: { show: true, position: 'top' } } }] });