Release notes - BALKAN FamilyTreeJS

BALKAN FamilyTreeJS FREE

Family tree JavaScript library for developers

Release notes

Version 1.07.00
  • [new feature] Now the mini map is draggable and you can be used to move the chart

The mini map can be customized from the following new constants:

  • OrgChart.miniMap.colors = ["#E0E0E0", "#BDBDBD", "#9E9E9E", "#757575"];
  • OrgChart.miniMap.selectorBackgroundColor = "white";
  • OrgChart.miniMap.backgroundColor = "white";
  • OrgChart.miniMap.focusStroke = "#f57c00";
  • OrgChart.miniMap.opacity = 0.4;
  • OrgChart.miniMap.border = '1px solid #aeaeae';
  • OrgChart.miniMap.width = 250;
  • OrgChart.miniMap.height = 140;
  • OrgChart.miniMap.padding = 5;
  • OrgChart.miniMap.position = { top: undefined, left: 'padding', right: undefined, bottom: 'padding' };

Error