Update index.d.ts

updating highcharts/maps/index.d.ts based on the highmaps specification: http://api.highcharts.com/highmaps
Adding: - plotOptions http://api.highcharts.com/highmaps/plotOptions
             - tooltip http://api.highcharts.com/highmaps/tooltip
This commit is contained in:
AlbertOzimek
2017-04-03 09:45:58 +02:00
committed by GitHub
parent 60c1f3c711
commit 750de45b97

View File

@@ -13,16 +13,13 @@ declare module 'highcharts' {
interface MapOptions {
chart?: highcharts.ChartOptions;
legend?: highcharts.LegendOptions;
mapNavigation?: Navigation;
plotOptions?: highcharts.PlotOptions;
series?: MapSeriesOptions[];
colorAxis?: ColorAxis;
title?: highcharts.TitleOptions;
tooltip?: highcharts.TooltipOptions;
}
interface MapSeriesOptions {