AddShape
methodsAdds a new shape to the diagram. If the diagram is bound to a data source, do not use addShae(newShape). Instead, use diagram.dataSource.add(newShape); and optionally .sync() the data source.
Parameters:objObject
Returns:kendo.dataviz.diagram.Shape
A Shape instance or a Point where the default shape type will be added.
The newly created diagram shape.