The background of the focus
OrgChart.miniMap.backgroundColor = "#fff";
The miniMap border
OrgChart.miniMap.border = '2px solid #039BE5';
Array of colors to use for the miniMap
OrgChart.miniMap.colors = ["#FFCA28", "#F57C00", "#039be5", "#757575"];
Draggable option default option: true
OrgChart.miniMap.draggable = false;
The stroke of the focus
OrgChart.miniMap.focusStroke = "#039BE5";
The miniMap height
OrgChart.miniMap.width = 100;
The background opacity
OrgChart.miniMap.opacity = 0.8;
The miniMap padding
OrgChart.miniMap.padding = 10;
The miniMap position
OrgChart.miniMap.padding = {
top: 'padding',
left: 'padding',
right: undefined,
bottom: undefined
}
The background color in the miniMAp
OrgChart.miniMap.selectorBackgroundColor = "#888888";
The miniMap width
OrgChart.miniMap.width = 200;
Generated using TypeDoc
miniMap options