echarts.init(document.getElementById('container')).setOption({ xAxis: { type: 'category', data: ['2025-07-28','2025-08-18','2025-08-25',] }, yAxis: { type: 'value' }, series: [{ data: [15948.28,13965.52,14380.53,], type: 'line', label: { normal: { show: true, position: 'top' } } }] });