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