echarts.init(document.getElementById('container')).setOption({ xAxis: { type: 'category', data: ['2026-05-25','2026-06-01','2026-06-08','2026-06-15',] }, yAxis: { type: 'value' }, series: [{ data: [5539.53,4682.13,4886.00,5134.56,], type: 'line', label: { normal: { show: true, position: 'top' } } }] });