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