Skip to main content

Point.addCircle()

The Point.addCircle() method adds a circle to a Point. Under the hood, this will call Point.attr() as circles are added by setting attributes. Refer to Drawing circles for more details.

Signature

Point point.addCircle(
number radius,
string className
)
tip

This method is chainable as it returns the Point object

Example

Examples of Point.addCircle(), compare this to Point.setCircle