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

Function radar_base

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

Source from the content-addressed store, hash-verified

266
267def cutecharts():
268 def radar_base():
269 chart = Radar("Radar-基本示例", width="100%")
270 chart.set_options(labels=["草莓", "芒果", "葡萄", "雪梨", "西瓜", "柠檬", "车厘子"])
271 chart.add_series("series-A", [25, 87, 114, 131, 130, 94, 146])
272 chart.add_series("series-B", [25, 87, 114, 131, 130, 94, 146])
273 return put_html(chart.render_notebook())
274
275 def pie_base():
276 chart = Pie("Pie-基本示例", 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…