Docs
AI User Interface
let chart = new OrgChart("#tree", { enableAI: true,});chart.onInit(function(){ chart.aiUI.show(); });chart.load(nodes)
Prompt text box
The width of the ai UI
Hides the ai form
Inits ai ui
Returns true if the ai UI is visible
Shows the ai form
if true the imput will not be focused
If true hsoe withput animation
Generated using TypeDoc
AI User Interface