mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-13 21:40:21 +00:00
[highcharts] Add ScrollbarOptions type to the x/y axes (#16328)
This commit is contained in:
Vendored
+6
@@ -81,10 +81,16 @@ declare namespace Highstock {
|
||||
trackBorderWidth?: number;
|
||||
}
|
||||
|
||||
interface AxisOptions extends Highcharts.AxisOptions {
|
||||
scrollbar?: ScrollbarOptions;
|
||||
}
|
||||
|
||||
interface Options extends Highcharts.Options {
|
||||
navigator?: NavigatorOptions;
|
||||
rangeSelector?: RangeSelectorOptions;
|
||||
scrollbar?: ScrollbarOptions;
|
||||
xAxis?: AxisOptions[] | AxisOptions;
|
||||
yAxis?: AxisOptions[] | AxisOptions;
|
||||
}
|
||||
|
||||
interface Chart {
|
||||
|
||||
Reference in New Issue
Block a user