echarts.init(document.getElementById('container')).setOption({ xAxis: { type: 'category', data: ['2026-03-16','2026-03-23','2026-03-30','2026-04-06','2026-04-13',] }, yAxis: { type: 'value' }, series: [{ data: [8626.04,11133.38,8418.60,10676.68,12874.12,], type: 'line', label: { normal: { show: true, position: 'top' } } }] });