default props comment for funnelchart (#4097)
This commit is contained in:
parent
c244418aaa
commit
535c8f904d
@ -437,10 +437,10 @@ class FunnelChart(ChartBase):
|
||||
|
||||
alias = "RechartsFunnelChart"
|
||||
|
||||
# The layout of bars in the chart. centeric
|
||||
# The layout of bars in the chart. Default: "centric"
|
||||
layout: Var[str]
|
||||
|
||||
# The sizes of whitespace around the chart, i.e. {"top": 50, "right": 30, "left": 20, "bottom": 5}.
|
||||
# The sizes of whitespace around the chart. Default: {"top": 5, "right": 5, "bottom": 5, "left": 5}
|
||||
margin: Var[Dict[str, Any]]
|
||||
|
||||
# The stroke color of each bar. String | Object
|
||||
|
@ -929,8 +929,8 @@ class FunnelChart(ChartBase):
|
||||
|
||||
Args:
|
||||
*children: The children of the chart component.
|
||||
layout: The layout of bars in the chart. centeric
|
||||
margin: The sizes of whitespace around the chart, i.e. {"top": 50, "right": 30, "left": 20, "bottom": 5}.
|
||||
layout: The layout of bars in the chart. Default: "centric"
|
||||
margin: The sizes of whitespace around the chart. Default: {"top": 5, "right": 5, "bottom": 5, "left": 5}
|
||||
stroke: The stroke color of each bar. String | Object
|
||||
width: The width of chart container. String or Integer
|
||||
height: The height of chart container.
|
||||
|
Loading…
Reference in New Issue
Block a user