echarts.init(document.getElementById('container')).setOption({ xAxis: { type: 'category', data: ['2026-05-25','2026-06-01','2026-06-08','2026-06-15','2026-06-22',] }, yAxis: { type: 'value' }, series: [{ data: [4666.67,3494.25,2686.57,4487.57,4750.26,], type: 'line', label: { normal: { show: true, position: 'top' } } }] });