echarts.init(document.getElementById('container')).setOption({ xAxis: { type: 'category', data: ['2025-03-03','2025-03-10','2025-03-17','2025-03-24','2025-03-31',] }, yAxis: { type: 'value' }, series: [{ data: [6827.07,6526.73,6532.82,6346.57,6827.07,], type: 'line', label: { normal: { show: true, position: 'top' } } }] });