echarts.init(document.getElementById('container')).setOption({ xAxis: { type: 'category', data: ['2024-08-26','2024-09-02','2024-09-09','2024-09-23',] }, yAxis: { type: 'value' }, series: [{ data: [9908.26,9577.43,9951.17,9174.31,], type: 'line', label: { normal: { show: true, position: 'top' } } }] });