echarts.init(document.getElementById('container')).setOption({ xAxis: { type: 'category', data: ['2024-12-30','2025-01-06','2025-01-13','2025-01-20',] }, yAxis: { type: 'value' }, series: [{ data: [11452.28,13225.19,15108.70,15108.70,], type: 'line', label: { normal: { show: true, position: 'top' } } }] });