mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-28 12:43:06 +08:00
addAxis interface
Can now have stock definition to add an Axis dynamically.
This commit is contained in:
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