mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 13:00:19 +00:00
Fix interface for update method
This commit is contained in:
Vendored
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user