echarts.init(document.getElementById('container')).setOption({ xAxis: { type: 'category', data: ['2026-05-11','2026-05-18','2026-05-25','2026-06-01','2026-06-08',] }, yAxis: { type: 'value' }, series: [{ data: [5118.33,4842.35,5293.19,4814.12,4706.64,], type: 'line', label: { normal: { show: true, position: 'top' } } }] });