A <circle>
element creates a circle based on a center point
and a radius.
1 | draw_circle(cx = 0L, cy = 0L, r = 0L, fill, stroke, class, id)
|
cx |
numeric indicating the center position on the x-axis. |
cy |
numeric indicating the center position on the y-axis. |
r |
numeric, which sets the radius of the circle. |
fill |
expression setting the |
stroke |
expression setting the |
class |
expression setting the |
id |
expression setting the |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.