echarts.init(document.getElementById('container')).setOption({ xAxis: { type: 'category', data: ['2026-01-26','2026-02-02','2026-02-09','2026-02-16','2026-02-23',] }, yAxis: { type: 'value' }, series: [{ data: [6547.62,8008.30,7785.78,6153.85,9673.91,], type: 'line', label: { normal: { show: true, position: 'top' } } }] });