12 lines
331 B
Python
12 lines
331 B
Python
# ellipse.py
|
|
"""
|
|
名称 类型 默认值 描述
|
|
opts Object 配置项,继承得到的配置项参见 zrender.Displayable。
|
|
opts.shape Object 形状属性。
|
|
opts.shape.cx number 0 圆心横坐标。
|
|
opts.shape.cy number 0 圆心纵坐标。
|
|
opts.shape.rx number 0 横向半径。
|
|
opts.shape.ry number 0 纵向半径。
|
|
"""
|
|
|