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