mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-23 21:00:01 +08:00
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