echarts.init(document.getElementById('container')).setOption({ xAxis: { type: 'category', data: ['2025-06-23','2025-06-30','2025-07-07','2025-07-14',] }, yAxis: { type: 'value' }, series: [{ data: [10000.00,11129.03,8268.35,7139.78,], type: 'line', label: { normal: { show: true, position: 'top' } } }] });