echarts.init(document.getElementById('container')).setOption({ xAxis: { type: 'category', data: ['2025-05-12','2025-05-26','2025-06-02','2025-06-09',] }, yAxis: { type: 'value' }, series: [{ data: [7114.67,7400.16,6386.67,7492.96,], type: 'line', label: { normal: { show: true, position: 'top' } } }] });