@jude wrote:
I'm looking at the Pie figure defined here: https://gojs.net/latest/extensions/Figures.js.
I've been looking for a way to specify the start angle and sweep angle for the Pie figure.
Here's how I'm using it:
$$(go.Shape, "Pie", { "Start": 0, name: "ButtonInner", width: sizes.inW, height: sizes.inH, fill: colours.light_gray, strokeWidth: 0 });
Posts: 3
Participants: 2