Release notes - BALKAN OrgChartJS

BALKAN OrgChartJS FREE

Org Chart JavaScript library for developers

Release notes

Version 8.08.00
  • [new method] chart.filterUI.show(tabName)
  • [new method] chart.filterUI.hilde()
  • [bugfix] Fixed an issue with filtering and sub trees
  • [new option] Now you can specify the filter properties in the config options, here is an example
 filterBy: {
        id: {
            '1': { checked: true, text: 'My text 1'},
            '2': { checked: false, text: 'My text 2'},
        },
        name: { 'name 2': { checked: false} },
        title: {}
    },

Code demo: https://code.balkan.app/org-chart-js/filter-with-subtree#JS

Error