echarts.init(document.getElementById('container')).setOption({ xAxis: { type: 'category', data: ['2026-08-10','2026-08-17','2026-08-24','2026-08-31','2026-09-07',] }, yAxis: { type: 'value' }, series: [{ data: [4720.70,4659.73,4294.33,4758.65,5238.50,], type: 'line', label: { normal: { show: true, position: 'top' } } }] });