echarts.init(document.getElementById('container')).setOption({ xAxis: { type: 'category', data: ['2026-06-01','2026-06-08','2026-06-22','2026-06-29',] }, yAxis: { type: 'value' }, series: [{ data: [4705.88,6815.29,10222.22,8220.59,], type: 'line', label: { normal: { show: true, position: 'top' } } }] });