Update highcharts/highcharts.d.ts

Re-submission of yAxis change, to match Highcharts documentation.
This commit is contained in:
Steve Fenton
2013-02-15 13:24:07 +00:00
parent 4ca9cee2e3
commit fc82069dab
+1 -1
View File
@@ -961,7 +961,7 @@ interface HighchartsOptions {
title?: HighchartsTitleOptions;
tooltip?: HighchartsTooltipOptions;
xAxis?: HighchartsAxisOptions;
yAxis?: HighchartsAxisOptions[];
yAxis?: HighchartsAxisOptions;
}