This commit is contained in:
carlosabadia 2024-10-10 15:22:48 +02:00
parent ae73cfc75b
commit b5522f464b
2 changed files with 2 additions and 2 deletions

View File

@ -183,7 +183,7 @@ class GraphingTooltip(Recharts):
# The coordinate of tooltip which is usually calculated internally. Default: {"x": 0, "y": 0}
coordinate: Var[Dict[str, Any]]
# If set false, animation of tooltip will be disabled. Default: True in CSR, and False in SSR
# If set false, animation of tooltip will be disabled. Default: True
is_animation_active: Var[bool]
# Specifies the duration of animation, the unit of this option is ms. Default: 1500

View File

@ -314,7 +314,7 @@ class GraphingTooltip(Recharts):
active: If set true, the tooltip is displayed. If set false, the tooltip is hidden, usually calculated internally. Default: False
position: If this field is set, the tooltip position will be fixed and will not move anymore.
coordinate: The coordinate of tooltip which is usually calculated internally. Default: {"x": 0, "y": 0}
is_animation_active: If set false, animation of tooltip will be disabled. Default: True in CSR, and False in SSR
is_animation_active: If set false, animation of tooltip will be disabled. Default: True
animation_duration: Specifies the duration of animation, the unit of this option is ms. Default: 1500
animation_easing: The type of easing function. Default: "ease"
style: The style of the component.