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

Method text

pygwalker/api/component.py:278–283  ·  view source on GitHub ↗

Text chart.

(self)

Source from the content-addressed store, hash-verified

276 return copied_obj
277
278 def text(self) -> "Component":
279 """Text chart."""
280 copied_obj = self.copy()
281 copied_obj._update_single_chart_spec("config__geoms", ["text"])
282 copied_obj._update_single_chart_spec("config__coordSystem", "generic")
283 return copied_obj
284
285 def box(self) -> "Component":
286 """Box chart."""

Callers 3

pygwalker_demoFunction · 0.80
fallback_demoFunction · 0.80
fallback_demo_with_errorFunction · 0.80

Calls 2

copyMethod · 0.95

Tested by

no test coverage detected