OrgChart
OrgChart copied to clipboard
initCompleted not working for ajax datasource
The initCompleted option not working. The function was called before the chart rendered completely. Any help or solution are greatly appreciated.
can you send your code.
idk but on my experience initCompleted cannot pair with pan
same here and below code get error .... $.ajax({ url: ajaxurl, type: "GET", success: function(data) { do something here $("#chart-container").orgchart({ 'data' : data , 'nodeContent': 'title', 'zoom':true, }); }, error: function(xhr, status, error) { console.error(error); } },'json');