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

Method arc

pygwalker/api/component.py:271–276  ·  view source on GitHub ↗

Arc chart.

(self)

Source from the content-addressed store, hash-verified

269 return copied_obj
270
271 def arc(self) -> "Component":
272 """Arc chart."""
273 copied_obj = self.copy()
274 copied_obj._update_single_chart_spec("config__geoms", ["arc"])
275 copied_obj._update_single_chart_spec("config__coordSystem", "generic")
276 return copied_obj
277
278 def text(self) -> "Component":
279 """Text chart."""

Callers

nothing calls this directly

Calls 2

copyMethod · 0.95

Tested by

no test coverage detected