echarts.init(document.getElementById('container')).setOption({ xAxis: { type: 'category', data: ['2026-06-22','2026-06-29','2026-07-06','2026-07-20',] }, yAxis: { type: 'value' }, series: [{ data: [6338.28,7365.85,7824.39,7729.59,], type: 'line', label: { normal: { show: true, position: 'top' } } }] });