echarts.init(document.getElementById('container')).setOption({ xAxis: { type: 'category', data: ['2024-05-27','2024-06-03','2024-06-10','2024-06-17','2024-06-24',] }, yAxis: { type: 'value' }, series: [{ data: [7200.90,8372.20,8436.95,9202.53,9042.57,], type: 'line', label: { normal: { show: true, position: 'top' } } }] });