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: [10099.88,8448.48,9886.36,9588.48,33022.86,], type: 'line', label: { normal: { show: true, position: 'top' } } }] });