From f7f5ff2612875a8081aa95cd2b35a4390a5547be Mon Sep 17 00:00:00 2001 From: kalbrycht Date: Fri, 15 Feb 2019 09:46:46 +0000 Subject: [PATCH 1/2] Added radius to Bar props. let set up global radius for all dataSets --- types/recharts/index.d.ts | 1 + types/recharts/recharts-tests.tsx | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/types/recharts/index.d.ts b/types/recharts/index.d.ts index 963f68600c..8595d5c812 100644 --- a/types/recharts/index.d.ts +++ b/types/recharts/index.d.ts @@ -201,6 +201,7 @@ export interface BarProps extends EventAttributes, Partial { - + From 6bef86336e702689575b2ca9ebbd48e92fb724de Mon Sep 17 00:00:00 2001 From: kalbrycht Date: Fri, 22 Feb 2019 09:44:58 +0000 Subject: [PATCH 2/2] Cahnged any[] to number[] --- types/recharts/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/recharts/index.d.ts b/types/recharts/index.d.ts index 8595d5c812..e1f61eadbe 100644 --- a/types/recharts/index.d.ts +++ b/types/recharts/index.d.ts @@ -201,7 +201,7 @@ export interface BarProps extends EventAttributes, Partial