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