echarts.init(document.getElementById('container')).setOption({ xAxis: { type: 'category', data: ['2026-07-20','2026-07-27','2026-08-03','2026-08-10',] }, yAxis: { type: 'value' }, series: [{ data: [5865.38,6458.33,6379.31,6458.33,], type: 'line', label: { normal: { show: true, position: 'top' } } }] });