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