Module stencilsets/orgchart

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:

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;

Index

Classes

Variables

Generated using TypeDoc