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:
enternet
2014-04-09 21:04:05 +03:00
parent c5d0f1532f
commit 9bc2b98fdb

View File

@@ -371,7 +371,7 @@ interface HighchartsLegendOptions {
style?: HighchartsCSSObject;
symbolPadding?: number;
symbolWidth?: number;
useHTML?: number;
useHTML?: boolean;
width?: number;
x?: number;
y?: number;