echarts.init(document.getElementById('container')).setOption({ xAxis: { type: 'category', data: ['2025-01-06','2025-01-13','2025-01-20','2025-01-27',] }, yAxis: { type: 'value' }, series: [{ data: [14492.13,16619.08,14501.51,16564.53,], type: 'line', label: { normal: { show: true, position: 'top' } } }] });