1. Scripts

以下のように入力してください。

this.options.content.push({
    // この中に図形のプロパティ情報を追加していきます。
    type: 'ellipse',
    left: 0,
    top: 0, 
    width:100, // circle, lineの場合,ここのみ指定 textでは変化しない
    height:100,
    fill:'rgb(255,0,0)',// nullまたは'red' 'rgb(X,X,X)'
    stroke:'black', // nullまたは'red' 'rgb(X,X,X)'
    strokeWidth:'10',
    angle: 0
 })

https://s3-us-west-2.amazonaws.com/secure.notion-static.com/5f21a8f0-2dca-4afe-923f-198d43b68c20/Untitled.png