echarts.init(document.getElementById('container')).setOption({ xAxis: { type: 'category', data: ['2024-08-26','2024-09-09','2024-09-16',] }, yAxis: { type: 'value' }, series: [{ data: [4883.72,5113.64,4768.18,], type: 'line', label: { normal: { show: true, position: 'top' } } }] });