areachart default value for base_value (#4090)
This commit is contained in:
parent
240b12a7f3
commit
65c174ed78
@ -129,7 +129,7 @@ class AreaChart(CategoricalChartBase):
|
|||||||
|
|
||||||
alias = "RechartsAreaChart"
|
alias = "RechartsAreaChart"
|
||||||
|
|
||||||
# The base value of area. Number | 'dataMin' | 'dataMax' | 'auto'
|
# The base value of area. Number | 'dataMin' | 'dataMax' | 'auto'. Default: "auto"
|
||||||
base_value: Var[Union[int, LiteralComposedChartBaseValue]]
|
base_value: Var[Union[int, LiteralComposedChartBaseValue]]
|
||||||
|
|
||||||
# Valid children components
|
# Valid children components
|
||||||
|
@ -258,7 +258,7 @@ class AreaChart(CategoricalChartBase):
|
|||||||
|
|
||||||
Args:
|
Args:
|
||||||
*children: The children of the chart component.
|
*children: The children of the chart component.
|
||||||
base_value: The base value of area. Number | 'dataMin' | 'dataMax' | 'auto'
|
base_value: The base value of area. Number | 'dataMin' | 'dataMax' | 'auto'. Default: "auto"
|
||||||
data: The source data, in which each element is an object.
|
data: The source data, in which each element is an object.
|
||||||
margin: The sizes of whitespace around the chart, i.e. {"top": 50, "right": 30, "left": 20, "bottom": 5}.
|
margin: The sizes of whitespace around the chart, i.e. {"top": 50, "right": 30, "left": 20, "bottom": 5}.
|
||||||
sync_id: If any two categorical charts(rx.line_chart, rx.area_chart, rx.bar_chart, rx.composed_chart) have the same sync_id, these two charts can sync the position GraphingTooltip, and the start_index, end_index of Brush.
|
sync_id: If any two categorical charts(rx.line_chart, rx.area_chart, rx.bar_chart, rx.composed_chart) have the same sync_id, these two charts can sync the position GraphingTooltip, and the start_index, end_index of Brush.
|
||||||
|
Loading…
Reference in New Issue
Block a user