echarts.init(document.getElementById('container')).setOption({ xAxis: { type: 'category', data: ['2026-02-09','2026-02-23','2026-03-02','2026-03-09',] }, yAxis: { type: 'value' }, series: [{ data: [10446.10,300000.00,9780.06,11400.60,], type: 'line', label: { normal: { show: true, position: 'top' } } }] });