echarts.init(document.getElementById('container')).setOption({ xAxis: { type: 'category', data: ['2024-10-14','2024-10-21','2024-10-28',] }, yAxis: { type: 'value' }, series: [{ data: [8231.71,8385.42,9352.52,], type: 'line', label: { normal: { show: true, position: 'top' } } }] });