mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-04-05 05:04:26 +00: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:
2
highcharts/highcharts.d.ts
vendored
2
highcharts/highcharts.d.ts
vendored
@@ -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