mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 04:50:18 +00:00
HoverRadius support (#41294)
Co-authored-by: Carlos Quiroga <carlos.quiroga.informatica@gmail.com>
This commit is contained in:
committed by
Ryan Cavanaugh
co-authored by
Carlos Quiroga
parent
ae61428323
commit
28b3aff301
Vendored
+2
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user