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