echarts.init(document.getElementById('container')).setOption({ xAxis: { type: 'category', data: ['2025-10-20','2025-10-27','2025-11-03','2025-11-10','2025-11-17',] }, yAxis: { type: 'value' }, series: [{ data: [9000.33,9136.13,9796.42,9679.39,9974.97,], type: 'line', label: { normal: { show: true, position: 'top' } } }] });