Jquery 更改GetorgChart插件中的图像大小

Jquery 更改GetorgChart插件中的图像大小,jquery,css,Jquery,Css,我用它来显示公司的组织结构图 但如示例中所示,imgages从用户信息的框架/容器中“开始” OrgChart |第一眼 html, 身体{ 边际:0px; 填充:0px; 宽度:100%; 身高:100%; 溢出:隐藏; } #人{ 宽度:100%; 身高:100%; } var peopleElement=document.getElementById(“人”); var orgChart=新的getOrgChart(peopleElement{ 主要字段:[“姓名”、“职务”、“电话”

我用它来显示公司的组织结构图

但如示例中所示,imgages从用户信息的框架/容器中“开始”


OrgChart |第一眼
html,
身体{
边际:0px;
填充:0px;
宽度:100%;
身高:100%;
溢出:隐藏;
}
#人{
宽度:100%;
身高:100%;
}
var peopleElement=document.getElementById(“人”);
var orgChart=新的getOrgChart(peopleElement{
主要字段:[“姓名”、“职务”、“电话”、“邮件”],
光域:[“图像”],
启用搜索:false,
启用编辑:false,
启用移动:false,
enableZoom:false,
数据源:[{
id:1,
parentId:null,
姓名:“Amber McKenzie”,
标题:“首席执行官”,
电话:“678-772-470”,
邮件:“lemmons@jourrapide.com",
地址:佐治亚州亚特兰大30303,
图像:“http://getorgchart.com/GetOrgChart/getorgchart-demos/images/f-18.jpg"
}, {
id:2,
父ID:1,
名称:“Ava字段”,
标题:“纸品机器设定器”,
电话:“937-912-4971”,
邮件:“anderson@jourrapide.com",
图像:“http://getorgchart.com/GetOrgChart/getorgchart-demos/images/f-18.jpg"
}, {
id:3,
父ID:1,
姓名:“Evie Johnson”,
标题:“雇主关系代表”,
电话:“314-722-6164”,
邮件:“thornton@armyspy.com",
图像:“http://getorgchart.com/GetOrgChart/getorgchart-demos/images/f-18.jpg"
}, {
id:4,
父ID:1,
姓名:“保罗·谢特勒”,
标题:“助教”,
电话:“330-263-6439”,
邮件:“shetler@rhyta.com",
图像:“http://getorgchart.com/GetOrgChart/getorgchart-demos/images/f-18.jpg"
}, {
id:5,
父ID:2,
姓名:“丽贝卡·弗朗西斯”,
标题:“焊机安装工”,
电话:“408-460-0589”,
图像:“http://getorgchart.com/GetOrgChart/getorgchart-demos/images/f-18.jpg"
}, {
id:6,
父ID:2,
姓名:“丽贝卡·兰德尔”,
标题:“验光师”,
电话:“801-920-9842”,
邮件:“JasonWGoodman@armyspy.com",
图像:“http://getorgchart.com/GetOrgChart/getorgchart-demos/images/f-18.jpg"
}, {
id:7,
父ID:2,
姓名:“斯宾塞·梅”,
标题:“系统操作员”,
电话:“保护科学家”,
邮件:“hodges@teleworm.us",
图像:“http://getorgchart.com/GetOrgChart/getorgchart-demos/images/f-18.jpg"
}, {
id:8,
家长编号:6,
姓名:“马克斯·福特”,
标题:“预算经理”,
电话:“989-474-8325”,
邮件:“hunter@teleworm.us",
图像:“http://getorgchart.com/GetOrgChart/getorgchart-demos/images/f-18.jpg"
}, {
id:9,
父ID:7,
名字:“赖利·布雷”,
标题:“结构金属制造商”,
电话:“479-359-2159”,
图像:“http://getorgchart.com/GetOrgChart/getorgchart-demos/images/f-18.jpg"
}, {
id:10,
父ID:7,
姓名:“Callum Whitehouse”,
标题:“雷达控制器”,
电话:“847-474-8775”,
图像:“http://getorgchart.com/GetOrgChart/getorgchart-demos/images/f-18.jpg"
}]
});
getOrgChart.themes.ula.image='';
您可以使用图像主题属性的x/y宽度/高度属性来控制图像的大小和位置。在getorgchart初始化之前,将上述代码添加到您的代码中

getOrgChart.themes.ula.image = '<image xlink:href="[href]"  x="20" y="0" height="170" preserveAspectRatio="xMidYMid slice" width="170"/>';