echarts.init(document.getElementById('container')).setOption({ xAxis: { type: 'category', data: ['2026-06-29','2026-07-06','2026-07-13','2026-07-20','2026-07-27',] }, yAxis: { type: 'value' }, series: [{ data: [4691.78,5451.13,5506.33,6469.25,7314.85,], type: 'line', label: { normal: { show: true, position: 'top' } } }] });