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

Method bar

pygwalker/api/component.py:215–220  ·  view source on GitHub ↗

Bar chart.

(self)

Source from the content-addressed store, hash-verified

213 return self.walker._get_render_iframe(pyg_props)
214
215 def bar(self) -> "Component":
216 """Bar chart."""
217 copied_obj = self.copy()
218 copied_obj._update_single_chart_spec("config__geoms", ["bar"])
219 copied_obj._update_single_chart_spec("config__coordSystem", "generic")
220 return copied_obj
221
222 def line(self) -> "Component":
223 """Line chart."""

Callers

nothing calls this directly

Calls 2

copyMethod · 0.95

Tested by

no test coverage detected