echarts.init(document.getElementById('container')).setOption({ xAxis: { type: 'category', data: ['2026-07-06','2026-07-13','2026-07-20','2026-07-27','2026-08-03',] }, yAxis: { type: 'value' }, series: [{ data: [4294.19,5035.02,3995.38,4603.62,5629.08,], type: 'line', label: { normal: { show: true, position: 'top' } } }] });