echarts.init(document.getElementById('container')).setOption({ xAxis: { type: 'category', data: ['2025-12-29','2026-01-05','2026-01-19','2026-01-26',] }, yAxis: { type: 'value' }, series: [{ data: [7232.88,7272.73,7795.28,8257.58,], type: 'line', label: { normal: { show: true, position: 'top' } } }] });