echarts.init(document.getElementById('container')).setOption({ xAxis: { type: 'category', data: ['2025-01-20','2025-01-27','2025-02-03','2025-02-10','2025-02-17',] }, yAxis: { type: 'value' }, series: [{ data: [6196.08,6355.93,6228.12,6782.04,5897.67,], type: 'line', label: { normal: { show: true, position: 'top' } } }] });