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