mirror of
https://github.com/dataease/dataease.git
synced 2026-05-15 21:42:32 +08:00
feat: 新增copilot所需接口
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user