Skip to content

Commit 3cf6d75

Browse files
committed
fix minor docs issue
1 parent 3c6e1ea commit 3cf6d75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/examples/victory_chart.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import idom
22

33

4-
victory = idom.web.module_from_template("react", "victory-line", fallback="⌛")
4+
victory = idom.web.module_from_template("react", "victory-bar", fallback="⌛")
55
VictoryBar = idom.web.export(victory, "VictoryBar")
66

77
bar_style = {"parent": {"width": "500px"}, "data": {"fill": "royalblue"}}

0 commit comments

Comments
 (0)