echarts.init(document.getElementById('container')).setOption({ xAxis: { type: 'category', data: ['2025-06-16','2025-06-23','2025-06-30',] }, yAxis: { type: 'value' }, series: [{ data: [5399.45,5132.74,5132.74,], type: 'line', label: { normal: { show: true, position: 'top' } } }] });