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: [6629.98,5768.23,5610.88,5865.51,5658.29,], type: 'line', label: { normal: { show: true, position: 'top' } } }] });