score:2
Accepted answer
This must be a bug, it works if you change your coordinate data. jsFiddle:
var geoJson = {
"type": "FeatureCollection",
"features": [{
"type": "Feature",
"properties": {
"name": "a"
},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[3125, 6250],
[5625, 6250],
[5624, 8750],
[3125, 8750],
[3125, 6250]
]
]
}
}, {
"type": "Feature",
"properties": {
"name": "b"
},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[6875, 6250],
[9375, 6250],
[9375, 8750],
[6875, 8750],
[6875, 6250]
]
]
}
}]
};
// Initiate the chart
$('#container').highcharts('Map', {
mapNavigation: {
enabled: true,
},
series: [{
mapData: geoJson
}]
});
I suggest filing an issue on GitHub, and we'll look into it in detail.
Source: stackoverflow.com
Related Articles
- Zoom in not working on Highmaps
- How to zoom to specific point in Highmaps
- JavaScript code inside TypeScript file .ts not working
- Highcharts Bar Chart Zoom not working
- Change the zoom level for highmaps
- c# WPF Webbrowser with Highchart, Javascript from external source not working "An error has occurred in the script on this page"
- Removing zoom in/out from Highmaps
- Highmaps min/max color not working as expected
- legendItemClick not working in highMaps
- Tooltip in highmaps is not working .Unable to show the data from the json onto the highmap
- Highmaps limit zoom range breaks zooming out
- Strange character in the Highstock source code
- highcharts tooltip not working after zoom
- How do I get Highmaps zoom level and is there a Highmaps zoom event?
- HighMaps Zoom add bright instead of do zoom properly
- Highcharts + Highmaps module not working
- Is there any panning facility working with zoom for highcharts
- GeoJSON Not Working with Highmaps
- Highcharts Highmaps prevent initial zoom effect
- Highcharts Highmaps zoom to latitude longitude
- States Not Working on Highmaps mappoint click
- Zoom option if highcharts is working randomly
- HighChart Boost Module in highmaps not working
- Highmaps in React using lat/lon not working
- Zoom in Highmaps based on Lat/Long
- Highmaps min and max zoom level
- Dynamically changing Highcharts Theme through Jquery code not working
- Highstocks - How to change the default Zoom
- highcharts hide zoom reset button, call zoom reset programmatically
- How do I detect a zoom event in highcharts?
- Highcharts remove theme background before printing
- Data Not Showing in Highcharts
- series is truncated after click on the series in the legend
- Highchart stockChart Installation in Web Component
- How to Control the highchart, based on external click event
- HighCharts: Highlight a specific value with a different coloured marker
- Highcharts: Remove shadow from center of donut chart
- HighCharts with Multiple Series
- Highcharts increasing/decreasing data from input
- Highcharts bar chart with negative and positive data
- Highcharts datalabels are not showing infront of each slice in pie chart
- How do you change plotBackGroundColor dynamically if value exceeds a maxium value in Highcharts?
- How to add html content above series(Chart type - line)
- Get the JSON encode result from the Controller to View
- Not all Tooltips and crosshairs not fading from synchronised charts when the mouse leaves a chart
- highcharts map Zoom by a single click
- How to properly configure DateTime axis for Highcharts on Android?
- How to change the chart title dynamically on tooltip hover in the points Highcharts.. React JS
- React - Highcharts Full Screen black bar
- Sunburst chart in angular