echarts.init(document.getElementById('container')).setOption({ xAxis: { type: 'category', data: ['2026-06-22','2026-06-29','2026-07-13',] }, yAxis: { type: 'value' }, series: [{ data: [8281.25,7635.56,6743.70,], type: 'line', label: { normal: { show: true, position: 'top' } } }] });