echarts.init(document.getElementById('container')).setOption({ xAxis: { type: 'category', data: ['2025-10-27','2025-11-10','2025-11-17','2025-11-24',] }, yAxis: { type: 'value' }, series: [{ data: [7075.23,10931.03,7366.67,9836.34,], type: 'line', label: { normal: { show: true, position: 'top' } } }] });