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