echarts.init(document.getElementById('container')).setOption({ xAxis: { type: 'category', data: ['2025-11-03','2025-11-10','2025-11-17','2025-11-24','2025-12-01',] }, yAxis: { type: 'value' }, series: [{ data: [7851.24,7930.43,7554.82,7455.27,7314.62,], type: 'line', label: { normal: { show: true, position: 'top' } } }] });