echarts.init(document.getElementById('container')).setOption({ xAxis: { type: 'category', data: ['2025-01-06','2025-01-13','2025-01-20','2025-01-27','2025-02-03',] }, yAxis: { type: 'value' }, series: [{ data: [6862.05,7122.18,11885.64,11171.88,10859.38,], type: 'line', label: { normal: { show: true, position: 'top' } } }] });