several bugs on javascript/documentation/diagram/umldiagram

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




1 Reply

GG Gowtham Gunashekar Syncfusion Team March 31, 2021 01:20 PM UTC

Hi Luigi, 
 
We can able to replicate the reported issue at our end.  We have logged a documentation improvement task to fix reported issue and We will include the documentation changes on 13th  April 2021.We will let you know once the documentation gets refreshed in live.  
 
Regards   
Gowtham 
 


Loader.
Up arrow icon