echarts.init(document.getElementById('container')).setOption({ xAxis: { type: 'category', data: ['2025-07-14','2025-07-21','2025-07-28','2025-08-11',] }, yAxis: { type: 'value' }, series: [{ data: [5801.53,5781.25,5829.02,6325.79,], type: 'line', label: { normal: { show: true, position: 'top' } } }] });