shapeDefaults.center.yNumber

The y-coordinate of the center.

Example

<div id="diagram"></div>
<script>
  $("#diagram").kendoDiagram({
    shapeDefaults: {
      type: "circle",
      center: { x: 100, y: 150 },
      radius: 35,
      fill: { color: "purple" }
    },
    shapes: [
      { content: { text: "Circle" } }
    ]
  });
</script>
In this article
shapeDefaults.center.y
Not finding the help you need?
Contact Support