echarts.init(document.getElementById('container')).setOption({ xAxis: { type: 'category', data: ['2024-05-27','2024-06-03','2024-06-10','2024-06-24',] }, yAxis: { type: 'value' }, series: [{ data: [7025.69,6642.86,6910.52,6600.79,], type: 'line', label: { normal: { show: true, position: 'top' } } }] });