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