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