echarts.init(document.getElementById('container')).setOption({ xAxis: { type: 'category', data: ['2024-04-01','2024-04-08','2024-04-15','2024-04-22','2024-04-29',] }, yAxis: { type: 'value' }, series: [{ data: [8678.88,8929.11,8695.65,8846.23,8877.72,], type: 'line', label: { normal: { show: true, position: 'top' } } }] });