MCPcopy
hub / github.com/Kanaries/pygwalker / circle

Method circle

pygwalker/api/component.py:250–255  ·  view source on GitHub ↗

Circle chart.

(self)

Source from the content-addressed store, hash-verified

248 return copied_obj
249
250 def circle(self) -> "Component":
251 """Circle chart."""
252 copied_obj = self.copy()
253 copied_obj._update_single_chart_spec("config__geoms", ["circle"])
254 copied_obj._update_single_chart_spec("config__coordSystem", "generic")
255 return copied_obj
256
257 def tick(self) -> "Component":
258 """Tick chart."""

Callers

nothing calls this directly

Calls 2

copyMethod · 0.95

Tested by

no test coverage detected