Merge pull request #10866 from dataease/pr@dev-v2@feat_copilot

feat: 新增copilot所需接口
This commit is contained in:
Junjun 2024-07-09 17:57:18 +08:00 committed by GitHub
commit d7ca6fd3f9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -296,6 +296,7 @@ public class CopilotManage {
AxisDTO axisDTO = new AxisDTO();
axisDTO.setX(fields.get(0).getOriginName());
axisDTO.setY(fields.get(1).getOriginName());
receiveDTO.getChart().setAxis(axisDTO);
}
}