New Product Launch - BoldDesk !
Introducing help desk ticketing software.
New Product LaunchBoldDesk: Help desk ticketing software starts at $10 for 3 agents.
Try it for free.
<DiagramComponent id="diagram" ref={diagram => (diagramInstance = diagram)} width={"100%"} height={"590px"}
getNodeDefaults={(obj, diagram) => {
obj.height = 50;
//set an shape
obj.shape = {
type: 'Basic', shape: 'Ellipse'
}
obj.style = { fill: "transparent", strokeWidth: 2 };
return obj;
}}
>
<Inject services={[DataBinding, HierarchicalTree]}/>
</DiagramComponent> |