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

Method area

pygwalker/api/component.py:229–234  ·  view source on GitHub ↗

Area chart.

(self)

Source from the content-addressed store, hash-verified

227 return copied_obj
228
229 def area(self) -> "Component":
230 """Area chart."""
231 copied_obj = self.copy()
232 copied_obj._update_single_chart_spec("config__geoms", ["area"])
233 copied_obj._update_single_chart_spec("config__coordSystem", "generic")
234 return copied_obj
235
236 def trail(self) -> "Component":
237 """Trail chart."""

Callers

nothing calls this directly

Calls 2

copyMethod · 0.95

Tested by

no test coverage detected