echarts.init(document.getElementById('container')).setOption({ xAxis: { type: 'category', data: ['2026-01-26','2026-02-02','2026-02-09','2026-02-23',] }, yAxis: { type: 'value' }, series: [{ data: [5466.62,5451.33,3512.88,4735.67,], type: 'line', label: { normal: { show: true, position: 'top' } } }] });