echarts.init(document.getElementById('container')).setOption({ xAxis: { type: 'category', data: ['2024-06-03','2024-06-10','2024-06-17','2024-06-24',] }, yAxis: { type: 'value' }, series: [{ data: [6356.15,6318.04,5471.70,5073.53,], type: 'line', label: { normal: { show: true, position: 'top' } } }] });