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