echarts.init(document.getElementById('container')).setOption({ xAxis: { type: 'category', data: ['2025-05-19','2025-05-26','2025-06-09',] }, yAxis: { type: 'value' }, series: [{ data: [9549.43,10226.88,10500.00,], type: 'line', label: { normal: { show: true, position: 'top' } } }] });