echarts.init(document.getElementById('container')).setOption({ xAxis: { type: 'category', data: ['2026-03-16','2026-03-30','2026-04-06',] }, yAxis: { type: 'value' }, series: [{ data: [2959.46,3702.83,3121.07,], type: 'line', label: { normal: { show: true, position: 'top' } } }] });