For more information, please refer to this announcement explaining best practices for getting answers to questions.
how to enable https://www.google.com/jsapi'></script> at otbi
Summary:
I took from sharing center report for org char it is not working because I don't know how to enable the sceipt
Content (required):
<script type='text/javascript' src='https://www.google.com/jsapi'></script>
<script type='text/javascript'>
window.onload = function(){
debugger;
if(document.URL.indexOf("saw.dll?Answers") == -1) {
google.load('visualization', '1', {packages:['orgchart']});
google.setOnLoadCallback(drawOrgChart);
}
function drawOrgChart() {
if(document.URL.indexOf("saw.dll?Answers") == -1) {
var data = new google.visualization.DataTable();
data.addColumn('string', 'Name');
data.addColumn('string', 'Manager');
data.addColumn('string', 'ToolTip');
var myOrgArray=[];
var tempStr = "";
Version (include the version you are using, if applicable):