For initial declarative chart setup. Download as ZIP or JSON.
Highcharts.setOptions({
});
Highcharts.mapChart({
});
For modifying the chart at runtime. See the class reference.
These pages outline the chart configuration options, and the methods and properties of Highcharts objects.
Feel free to search this API through the search bar or the navigation tree in the sidebar.
A flowmap series is a series laid out on top of a map series allowing to display route paths (e.g. flight or ship routes) or flows on a map. It creates a link between two points on a map chart.
In TypeScript the type option must always be set.
Configuration options for the series are given in three levels:
flowmap
series are defined in
plotOptions.flowmap.Highcharts.chart('container', {
plotOptions: {
series: {
// general options for all series
},
flowmap: {
// shared options for all flowmap series
}
},
series: [{
// specific options for this series instance
type: 'flowmap'
}]
});
Copyright © 2023, Highsoft AS. All rights reserved.
Highcharts Maps v11.1.0 - Generated from branch HEAD (commit af93ae2b7b), on Mon Jun 12 2023 17:38:20 GMT+0200 (Central European Summer Time)