HoverRadius support (#41294)

Co-authored-by: Carlos Quiroga <carlos.quiroga.informatica@gmail.com>
This commit is contained in:
Carlos Anoceto
2020-01-02 10:25:24 -08:00
committed by Ryan Cavanaugh
co-authored by Carlos Quiroga
parent ae61428323
commit 28b3aff301
+2
View File
@@ -22,6 +22,7 @@
// Ricardo Mello <https://github.com/ricardo-mello>
// Ray Nicholus <https://github.com/rnicholus>
// Oscar Cabrera <https://github.com/mrjack88>
// Carlos Anoceto <https://github.com/canoceto>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.3
@@ -631,6 +632,7 @@ declare namespace Chart {
hoverBackgroundColor?: ChartColor | ChartColor[] | Scriptable<ChartColor>;
hoverBorderColor?: ChartColor | ChartColor[] | Scriptable<ChartColor>;
hoverBorderWidth?: number | number[] | Scriptable<number>;
hoverRadius?: number;
label?: string;
lineTension?: number;
maxBarThickness?: number;