echarts.init(document.getElementById('container')).setOption({ xAxis: { type: 'category', data: ['2026-01-12','2026-01-19','2026-01-26','2026-02-02','2026-02-09',] }, yAxis: { type: 'value' }, series: [{ data: [4832.86,5575.22,4369.23,6381.86,7261.41,], type: 'line', label: { normal: { show: true, position: 'top' } } }] });