Skip to content

Commit 80bf48b

Browse files
Alek99Alek Petuskeyvictorcmoura
authored
Pin Recharts Dependency (#1934)
* Pin dependency * Translated README.md file to Brazilian Portuguese (PT-BR) (#1936) * Namespace Recharts + Victory Back With Depreciation Warning (#1928) --------- Co-authored-by: Alek Petuskey <alekpetuskey@Aleks-MBP.attlocal.net> Co-authored-by: Victor Moura <26290053+victorcmoura@users.noreply.github.com>
1 parent 06103a4 commit 80bf48b

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed
Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,16 @@
11
"""A component that wraps a recharts lib."""
22

3-
from typing import List
43

54
from reflex.components.component import Component, NoSSRComponent
65

76

87
class Recharts(Component):
98
"""A component that wraps a victory lib."""
109

11-
library = "recharts"
12-
13-
lib_dependencies: List[str] = ["recharts@2.8.0"]
10+
library = "recharts@2.8.0"
1411

1512

1613
class RechartsCharts(NoSSRComponent):
1714
"""A component that wraps a victory lib."""
1815

19-
library = "recharts"
20-
21-
lib_dependencies: List[str] = ["recharts@2.8.0"]
16+
library = "recharts@2.8.0"

0 commit comments

Comments
 (0)