echarts.init(document.getElementById('container')).setOption({ xAxis: { type: 'category', data: ['2024-05-13','2024-05-20','2024-05-27','2024-06-03','2024-06-10',] }, yAxis: { type: 'value' }, series: [{ data: [7684.53,7993.58,7587.65,7982.51,8057.14,], type: 'line', label: { normal: { show: true, position: 'top' } } }] });