1st) bug
the code referring to
https://ej2.syncfusion.com/javascript/documentation/diagram/umldiagram/#umlactivity-diagram
doesnt work,
ref to the code below; when the
shape: "Action"
is modified to other types such as: Decision, MergeNode, InitialNode, FinalNode, ForkNode, JoinNode, .....
the image doesnt change according to the previous table
_____________________________________
/**
* Tooltip sample
*/
var diagram;
var node = {
id: "UmlDiagram",
width: 100,
height: 100,
offsetX: 200,
offsetY: 200,
shape: {
type: "UMLActivity",
shape: "Action"
}
};
diagram = new ej.diagrams.Diagram({
width: '650px',
height: '350px',
nodes: [node],
}, '#element');
*********************************************************
2nd) bug
NONE of the examples below works
https://ej2.syncfusion.com/javascript/documentation/diagram/umldiagram/#class
https://ej2.syncfusion.com/javascript/documentation/diagram/umldiagram/#interface
https://ej2.syncfusion.com/javascript/documentation/diagram/umldiagram/#enumeration
please check