0
我嘗試以下
$('#chart-container').orgchart({
'data' : '/api/v1/profiles/orgchart/',
'beforeSend': function(xhr){xhr.setRequestHeader('X-CSRF-TOKEN', token);},
'nodeContent': 'account_firstname'
});
但這不工作