OrgChart icon indicating copy to clipboard operation
OrgChart copied to clipboard

initCompleted not working for ajax datasource

Open vincentyong-89 opened this issue 3 years ago • 2 comments

The initCompleted option not working. The function was called before the chart rendered completely. Any help or solution are greatly appreciated.

vincentyong-89 avatar Jul 13 '22 03:07 vincentyong-89

can you send your code.

idk but on my experience initCompleted cannot pair with pan

fadilmalik avatar Dec 01 '22 03:12 fadilmalik

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');

wdj315 avatar Apr 18 '23 03:04 wdj315