echarts.init(document.getElementById('container')).setOption({ xAxis: { type: 'category', data: ['2025-02-10','2025-02-24',] }, yAxis: { type: 'value' }, series: [{ data: [10000.00,5623.19,], type: 'line', label: { normal: { show: true, position: 'top' } } }] });