mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 04:50:18 +00:00
adding stockChart method to Highstock.Static
This commit is contained in:
Vendored
+2
@@ -1,6 +1,7 @@
|
||||
// Type definitions for Highstock 2.1.5
|
||||
// Project: http://www.highcharts.com/
|
||||
// Definitions by: David Deutsch <http://github.com/DavidKDeutsch>
|
||||
// Definitions by: Dave Baumann <https://github.com/route2Dev>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
|
||||
import * as Highcharts from "highcharts";
|
||||
@@ -100,6 +101,7 @@ declare namespace Highstock {
|
||||
|
||||
interface Static extends Highcharts.Static {
|
||||
StockChart: Chart;
|
||||
stockChart(renderTo: string | HTMLElement, options: Options, callback?: (chart: ChartObject) => void): ChartObject;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user