echarts.init(document.getElementById('container')).setOption({ xAxis: { type: 'category', data: ['2026-06-01','2026-06-15','2026-06-22',] }, yAxis: { type: 'value' }, series: [{ data: [3668.72,3157.72,5068.38,], type: 'line', label: { normal: { show: true, position: 'top' } } }] });