echarts.init(document.getElementById('container')).setOption({ xAxis: { type: 'category', data: ['2026-05-04','2026-05-11','2026-05-18','2026-05-25','2026-06-01',] }, yAxis: { type: 'value' }, series: [{ data: [9851.85,10300.43,8800.00,8746.67,9978.54,], type: 'line', label: { normal: { show: true, position: 'top' } } }] });