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