mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-20 12:00:53 +08:00
HighchartsLegendOptions.useHTML?: boolean
HighchartsLegendOptions.useHTML is boolean property, not numeric. Sometimes i'm thinking that I'm the first person in the world who is using these definitions (
This commit is contained in:
Vendored
+1
-1
@@ -371,7 +371,7 @@ interface HighchartsLegendOptions {
|
||||
style?: HighchartsCSSObject;
|
||||
symbolPadding?: number;
|
||||
symbolWidth?: number;
|
||||
useHTML?: number;
|
||||
useHTML?: boolean;
|
||||
width?: number;
|
||||
x?: number;
|
||||
y?: number;
|
||||
|
||||
Reference in New Issue
Block a user