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

Method line

pygwalker/api/component.py:222–227  ·  view source on GitHub ↗

Line chart.

(self)

Source from the content-addressed store, hash-verified

220 return copied_obj
221
222 def line(self) -> "Component":
223 """Line chart."""
224 copied_obj = self.copy()
225 copied_obj._update_single_chart_spec("config__geoms", ["line"])
226 copied_obj._update_single_chart_spec("config__coordSystem", "generic")
227 return copied_obj
228
229 def area(self) -> "Component":
230 """Area chart."""

Callers

nothing calls this directly

Calls 2

copyMethod · 0.95

Tested by

no test coverage detected