Hi
How to add UML Class and UML Connectors to Pallete?
I try to add it like this but it doesn't work:
window.entitiesShapes = [
{
name: "Entidad",
offsetX: 20,
offsetY: 20,
width: 40,
height: 40,
type: "umlclassifier",
classifier: ej.datavisualization.Diagram.ClassifierShapes.Class,
fillColor: "white",
borderColor: "black",
constraints: constraints
}
];Thanks