mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Vendored
+1
@@ -990,6 +990,7 @@ interface HighchartsChartObject {
|
||||
addSeries(options: HighchartsSeriesOptions, redraw: boolean): HighchartsSeriesOptions;
|
||||
addSeries(options: HighchartsSeriesOptions, redraw: boolean, animation: boolean): HighchartsSeriesOptions;
|
||||
addSeries(options: HighchartsSeriesOptions, redraw: boolean, animation: HighchartsAnimation): HighchartsSeriesOptions;
|
||||
addAxis(options: HighchartsAxisOptions): HighchartsAxisObject;
|
||||
container: HTMLElement;
|
||||
destroy(): void;
|
||||
exportChart(): void;
|
||||
|
||||
Reference in New Issue
Block a user