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: [9112.73,11720.82,8669.20,8669.20,13098.59,], type: 'line', label: { normal: { show: true, position: 'top' } } }] });