echarts.init(document.getElementById('container')).setOption({ xAxis: { type: 'category', data: ['2025-08-11','2025-08-18','2025-08-25','2025-09-01','2025-09-08',] }, yAxis: { type: 'value' }, series: [{ data: [10431.96,10581.57,10289.42,10765.96,10495.50,], type: 'line', label: { normal: { show: true, position: 'top' } } }] });