Merge pull request #3817 from klexas/patch-2

Updating the TODO on the chartResetButton
This commit is contained in:
Masahiro Wakame
2015-03-07 00:48:01 +09:00
+9 -1
View File
@@ -191,7 +191,15 @@ interface HighchartsBoolOrShadow {
interface HighchartsChartResetZoomButton {
position: HighchartsPosition;
relativeTo?: string;
theme?: any; //TO DO
theme?: HighchartsChartResetZoomButtonTheme; //TO DO
}
interface HighchartsChartResetZoomButtonTheme {
fill?:string; //css HEX colours.
stroke?: string;//css HEX colours.
r?: number; // Radius %
states?: any; // HTML element states eg: hover, with css attributes in object.
display?:string; // css attr eg: 'none'
}
interface HighchartsChartOptions {