forked from github/dataease
feat: 新增copilot所需接口
This commit is contained in:
parent
3f00a2e3b3
commit
f4ed8d064f
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user