echarts.init(document.getElementById('container')).setOption({ xAxis: { type: 'category', data: ['2025-10-20','2025-11-03',] }, yAxis: { type: 'value' }, series: [{ data: [12213.67,13725.30,], type: 'line', label: { normal: { show: true, position: 'top' } } }] });