mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-09-25 10:30:25 +00:00
[Highcharts] AxisLabelFormatterOptions property "value" is incorrectly typed as a number (#22697)
* Add contextMenu event to Simulate on TestUtils * Reverting format on save * s.ts * Should actually be an any, not number or string.
This commit is contained in:
committed by
Mohamed Hegazy
parent
933fafbb1f
commit
0f9dda57a5
Vendored
+1
-1
@@ -56,7 +56,7 @@ declare namespace Highcharts {
|
||||
}
|
||||
|
||||
interface AxisLabelFormatterOptions {
|
||||
value: number;
|
||||
value: any;
|
||||
isFirst: number;
|
||||
isLast: number;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user