UNPKG

orgchart

Version:

Simple and direct organization chart(tree-like hierarchy) plugin based on pure DOM and jQuery.

9 lines (7 loc) 158 B
import { Selector } from 'testcafe'; const orgchart = Selector('.orgchart'); export default class Page { constructor () { this.chart = orgchart; } }