mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 12:30:18 +00:00
Update highcharts/highcharts.d.ts
Re-submission of yAxis change, to match Highcharts documentation.
This commit is contained in:
Vendored
+1
-1
@@ -961,7 +961,7 @@ interface HighchartsOptions {
|
||||
title?: HighchartsTitleOptions;
|
||||
tooltip?: HighchartsTooltipOptions;
|
||||
xAxis?: HighchartsAxisOptions;
|
||||
yAxis?: HighchartsAxisOptions[];
|
||||
yAxis?: HighchartsAxisOptions;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user