echarts.init(document.getElementById('container')).setOption({ xAxis: { type: 'category', data: ['2025-06-30','2025-07-07','2025-07-14','2025-07-21','2025-07-28',] }, yAxis: { type: 'value' }, series: [{ data: [4796.11,6576.92,4493.96,4545.45,4305.56,], type: 'line', label: { normal: { show: true, position: 'top' } } }] });