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