Options
All
  • Public
  • Public/Protected
  • All
Menu

miniMap options

Hierarchy

  • miniMap

Index

Properties

backgroundColor?: string

The background of the focus

OrgChart.miniMap.backgroundColor = "#fff";
border?: string

The miniMap border

OrgChart.miniMap.border = '2px solid #039BE5';
colors?: string[]

Array of colors to use for the miniMap

OrgChart.miniMap.colors = ["#FFCA28", "#F57C00", "#039be5", "#757575"];
draggable?: boolean

Draggable option default option: true

OrgChart.miniMap.draggable = false;
focusStroke?: string

The stroke of the focus

OrgChart.miniMap.focusStroke = "#039BE5";
height?: Number

The miniMap height

OrgChart.miniMap.width = 100;
opacity?: Number

The background opacity

OrgChart.miniMap.opacity = 0.8;
padding?: Number

The miniMap padding

OrgChart.miniMap.padding = 10;
position?: position

The miniMap position

OrgChart.miniMap.padding = {
top: 'padding',
left: 'padding',
right: undefined,
bottom: undefined
}
selectorBackgroundColor?: string

The background color in the miniMAp

OrgChart.miniMap.selectorBackgroundColor = "#888888";
width?: Number

The miniMap width

OrgChart.miniMap.width = 200;

Legend

  • Constructor
  • Property
  • Method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc