|
@@ -9,7 +9,7 @@ from reflex.utils import console
|
|
|
class Recharts(Component):
|
|
|
"""A component that wraps a recharts lib."""
|
|
|
|
|
|
- library = "recharts@2.12.7"
|
|
|
+ library = "recharts@2.13.0"
|
|
|
|
|
|
def render(self) -> Dict:
|
|
|
"""Render the tag.
|
|
@@ -29,7 +29,7 @@ class Recharts(Component):
|
|
|
class RechartsCharts(NoSSRComponent, MemoizationLeaf):
|
|
|
"""A component that wraps a recharts lib."""
|
|
|
|
|
|
- library = "recharts@2.12.7"
|
|
|
+ library = "recharts@2.13.0"
|
|
|
|
|
|
|
|
|
LiteralAnimationEasing = Literal["ease", "ease-in", "ease-out", "ease-in-out", "linear"]
|