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: [3908.75,3866.67,3875.25,3866.67,3987.95,], type: 'line', label: { normal: { show: true, position: 'top' } } }] });