From 28b3aff301417449f6944e80bd61848205bf706a Mon Sep 17 00:00:00 2001 From: Carlos Anoceto <43271580+canoceto@users.noreply.github.com> Date: Thu, 2 Jan 2020 13:25:24 -0500 Subject: [PATCH] HoverRadius support (#41294) Co-authored-by: Carlos Quiroga --- types/chart.js/index.d.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/types/chart.js/index.d.ts b/types/chart.js/index.d.ts index 04706dc3d4..1c1396ae03 100644 --- a/types/chart.js/index.d.ts +++ b/types/chart.js/index.d.ts @@ -22,6 +22,7 @@ // Ricardo Mello // Ray Nicholus // Oscar Cabrera +// Carlos Anoceto // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped // TypeScript Version: 2.3 @@ -631,6 +632,7 @@ declare namespace Chart { hoverBackgroundColor?: ChartColor | ChartColor[] | Scriptable; hoverBorderColor?: ChartColor | ChartColor[] | Scriptable; hoverBorderWidth?: number | number[] | Scriptable; + hoverRadius?: number; label?: string; lineTension?: number; maxBarThickness?: number;