From 750de45b975864334e970c50b4004faade96aab4 Mon Sep 17 00:00:00 2001 From: AlbertOzimek Date: Mon, 3 Apr 2017 09:45:58 +0200 Subject: [PATCH] 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 --- types/highcharts/modules/map/index.d.ts | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/types/highcharts/modules/map/index.d.ts b/types/highcharts/modules/map/index.d.ts index 7e3b126e47..fa8c0ed28d 100644 --- a/types/highcharts/modules/map/index.d.ts +++ b/types/highcharts/modules/map/index.d.ts @@ -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 {