echarts.init(document.getElementById('container')).setOption({ xAxis: { type: 'category', data: ['2024-10-14','2024-10-21','2024-10-28','2024-11-04','2024-11-11',] }, yAxis: { type: 'value' }, series: [{ data: [5497.30,4157.35,5965.81,5308.14,4969.16,], type: 'line', label: { normal: { show: true, position: 'top' } } }] });