mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-07-04 17:20:09 +00:00
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:
7
types/highcharts/modules/map/index.d.ts
vendored
7
types/highcharts/modules/map/index.d.ts
vendored
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user