The orgchart stencilset represents all the stencils, connectors, and editors need to create and view Organizational Charts.
orgchart
Import the module into your project like this:
import * as orgchart from "@markerjs/mjs-diagram/stencilsets/orgchart/orgchart"; Copy
import * as orgchart from "@markerjs/mjs-diagram/stencilsets/orgchart/orgchart";
Then assign the DiagramViewer.stencilSet or DiagramEditor.stencilEditorSet like this:
viewer.stencilSet = orgchart.orgchartStencilSet;editor.stencilEditorSet = orgchart.orgchartStencilEditorSet; Copy
viewer.stencilSet = orgchart.orgchartStencilSet;editor.stencilEditorSet = orgchart.orgchartStencilEditorSet;
Generated using TypeDoc
The
orgchart
stencilset represents all the stencils, connectors, and editors need to create and view Organizational Charts.Import the module into your project like this:
Then assign the DiagramViewer.stencilSet or DiagramEditor.stencilEditorSet like this: