echarts.init(document.getElementById('container')).setOption({ xAxis: { type: 'category', data: ['2024-05-20','2024-05-27','2024-06-03','2024-06-10','2024-06-17',] }, yAxis: { type: 'value' }, series: [{ data: [7110.09,7153.85,7651.25,7540.11,7664.13,], type: 'line', label: { normal: { show: true, position: 'top' } } }] });