echarts.init(document.getElementById('container')).setOption({ xAxis: { type: 'category', data: ['2024-08-26','2024-09-02','2024-09-09','2024-09-16','2024-09-23',] }, yAxis: { type: 'value' }, series: [{ data: [9090.33,10554.99,11084.43,10956.52,10720.89,], type: 'line', label: { normal: { show: true, position: 'top' } } }] });