echarts.init(document.getElementById('container')).setOption({ xAxis: { type: 'category', data: ['2026-03-23','2026-03-30','2026-04-13','2026-04-20',] }, yAxis: { type: 'value' }, series: [{ data: [5932.37,5000.00,5685.95,5340.91,], type: 'line', label: { normal: { show: true, position: 'top' } } }] });