mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-26 19:04:13 +08:00
Merge pull request #10654 from DefinitelyTyped/Fix10564
Fix #10564: Add highstock.d.ts to highcharts package
This commit is contained in:
10
highcharts/highstock.d.ts
vendored
10
highcharts/highstock.d.ts
vendored
@@ -3,8 +3,6 @@
|
||||
// Definitions by: David Deutsch <http://github.com/DavidKDeutsch>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
|
||||
|
||||
|
||||
interface HighstockChartObject extends HighchartsChartObject {
|
||||
options: HighstockOptions;
|
||||
}
|
||||
@@ -81,9 +79,9 @@ interface HighstockScrollbarOptions {
|
||||
}
|
||||
|
||||
interface HighstockOptions extends HighchartsOptions {
|
||||
navigator?: HighstockNavigatorOptions;
|
||||
rangeSelector?: HighstockRangeSelectorOptions;
|
||||
scrollbar?: HighstockScrollbarOptions;
|
||||
navigator?: HighstockNavigatorOptions;
|
||||
rangeSelector?: HighstockRangeSelectorOptions;
|
||||
scrollbar?: HighstockScrollbarOptions;
|
||||
}
|
||||
|
||||
interface HighstockChart {
|
||||
@@ -92,7 +90,7 @@ interface HighstockChart {
|
||||
}
|
||||
|
||||
interface HighchartsStatic {
|
||||
StockChart: HighstockChart;
|
||||
StockChart: HighstockChart;
|
||||
}
|
||||
|
||||
interface JQuery {
|
||||
|
||||
2
highcharts/index.d.ts
vendored
2
highcharts/index.d.ts
vendored
@@ -3,6 +3,8 @@
|
||||
// Definitions by: Damiano Gambarotto <http://github.com/damianog>, Dan Lewi Harkestad <http://github.com/baltie>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
|
||||
/// <reference path="./highstock.d.ts" />
|
||||
|
||||
interface HighchartsPosition {
|
||||
align?: string;
|
||||
verticalAlign?: string;
|
||||
|
||||
@@ -14,6 +14,8 @@
|
||||
},
|
||||
"files": [
|
||||
"index.d.ts",
|
||||
"highcharts-tests.ts"
|
||||
"highstock.d.ts",
|
||||
"highcharts-tests.ts",
|
||||
"highstock-tests.ts"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user