echarts.init(document.getElementById('container')).setOption({ xAxis: { type: 'category', data: ['2026-05-04','2026-05-11','2026-05-18','2026-05-25',] }, yAxis: { type: 'value' }, series: [{ data: [6386.36,5239.40,8457.14,7552.63,], type: 'line', label: { normal: { show: true, position: 'top' } } }] });