echarts.init(document.getElementById('container')).setOption({ xAxis: { type: 'category', data: ['2026-06-15','2026-06-22','2026-06-29','2026-07-06','2026-07-13',] }, yAxis: { type: 'value' }, series: [{ data: [7567.57,7672.51,5701.75,4738.10,6827.00,], type: 'line', label: { normal: { show: true, position: 'top' } } }] });