Fix interface for update method

This commit is contained in:
Adam Zmenak
2017-08-10 15:45:23 -04:00
committed by GitHub
parent 04266f5f1e
commit c8d7cc53db
+1 -1
View File
@@ -6384,7 +6384,7 @@ declare namespace Highcharts {
* @param [boolean] redraw Whether to redraw the chart. Defaults to true.
* @since 5.0.0
*/
update(options: ChartOptions, redraw?: boolean): void;
update(options: Options, redraw?: boolean): void;
/**
* This method is deprecated as of 2.0.1. Updating the chart position after a move operation is no longer necessary.
* @since 1.2.5