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