echarts.init(document.getElementById('container')).setOption({ xAxis: { type: 'category', data: ['2026-05-18','2026-05-25','2026-06-01','2026-06-08','2026-06-15',] }, yAxis: { type: 'value' }, series: [{ data: [6563.05,5441.18,6759.68,5433.63,5404.68,], type: 'line', label: { normal: { show: true, position: 'top' } } }] });