We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c6e1ea commit 3cf6d75Copy full SHA for 3cf6d75
docs/source/examples/victory_chart.py
@@ -1,7 +1,7 @@
1
import idom
2
3
4
-victory = idom.web.module_from_template("react", "victory-line", fallback="⌛")
+victory = idom.web.module_from_template("react", "victory-bar", fallback="⌛")
5
VictoryBar = idom.web.export(victory, "VictoryBar")
6
7
bar_style = {"parent": {"width": "500px"}, "data": {"fill": "royalblue"}}
0 commit comments