MCPcopy Create free account
hub / github.com/pywebio/PyWebIO / pie_base

Function pie_base

test/11.charts.py:275–279  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

273 return put_html(chart.render_notebook())
274
275 def pie_base():
276 chart = Pie("Pie-基本示例", width="100%")
277 chart.set_options(labels=["小米", "三星", "华为", "苹果", "魅族", "VIVO", "OPPO"])
278 chart.add_series([25, 87, 114, 131, 130, 94, 146])
279 return put_html(chart.render_notebook())
280
281 def line_base():
282 chart = Line("Line-基本示例", width="100%")

Callers 1

cutechartsFunction · 0.85

Calls 1

put_htmlFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…