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