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