echarts.init(document.getElementById('container')).setOption({ xAxis: { type: 'category', data: ['2026-02-02','2026-02-09','2026-02-23','2026-03-02',] }, yAxis: { type: 'value' }, series: [{ data: [5137.74,6241.13,6508.08,7152.69,], type: 'line', label: { normal: { show: true, position: 'top' } } }] });