mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-06 16:20:26 +08:00
Update highcharts/highcharts.d.ts
The documentation for the xAxis: http://api.highcharts.com/highcharts#xAxis Suggests the same for the xAxis options - it is an object not an array.
This commit is contained in:
Vendored
+1
-1
@@ -960,7 +960,7 @@ interface HighchartsOptions {
|
||||
subtitle?: HighchartsSubtitleOptions;
|
||||
title?: HighchartsTitleOptions;
|
||||
tooltip?: HighchartsTooltipOptions;
|
||||
xAxis?: HighchartsAxisOptions[];
|
||||
xAxis?: HighchartsAxisOptions;
|
||||
yAxis?: HighchartsAxisOptions[];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user