Skip to content

BALKAN OrgChartJS 8.00.25

Latest
Compare
Choose a tag to compare
@plamen-peshev plamen-peshev released this 02 Nov 10:27
· 384 commits to master since this release
  • Fixed an issue with searchDisplayField
    var chart = new OrgChart(document.getElementById("tree"), {
        searchDisplayField: "name",
        ...
    });