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 Query
- Zoom in not working on Highmaps
- JavaScript code inside TypeScript file .ts not working
- Highcharts Bar Chart Zoom not working
- c# WPF Webbrowser with Highchart, Javascript from external source not working "An error has occurred in the script on this page"
- 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
- highcharts tooltip not working after zoom
- Highcharts + Highmaps module not working
- GeoJSON Not Working with Highmaps
- States Not Working on Highmaps mappoint click
- HighChart Boost Module in highmaps not working
- Highmaps in React using lat/lon not working
- Dynamically changing Highcharts Theme through Jquery code not working
- Highcharts yAxis max not working
- Drill Down (Highcharts) not working in Angular 5
- HighStock Charts not Working over SSL ie https
- Resize highcharts using react-grid-layout not working
- React-highcharts scrollbar feature not working
- Angular HighCharts ParlimentChart is not working
- Why ReactHighcharts SolidGauge's rounded is not working in react
- Highchart is not working on Google chrome
- highcharts redraw and reflow not working
- Highcharts not displaying data at some zoom levels
- x-axis tickInterval not working correctly in highstock chart
- DataLabels formatter not working in Highcharts Sankey Diagram
- Step interval of "1" not working for me in Highcharts, why?
- Highcharts shared tooltip for line series and scatter plot not working
- Highcharts async drilldown (3 level) - drillup not working
- Color contrast setting on dataLabels style parameter using Highcharts 5 is not working on some colors
More Query from same tag
- Highcharts css styles when exporting
- How to have a highcharts chart in a container of a fixed width, and with a horizontal scrollbar?
- How to make highcharts funnel into pyramid
- Show tooltip of a column chart programmatically in StockChart (highchart)
- calculate the difference between 2 series in tooltip for highstock
- HighCharts Column Chart Spacing Between Columns
- Clicking on a button triggers the same event twice? Strange behaviour for Highcharts legend display
- How to hide zero values in Column chart
- my first highchart
- Can I load the columns (each series) one by one in a HighChart JS?
- How to convert powerpoint chart for web use?
- Vertical areas along with line on the chart - is that possible
- Highcharts: How to draw a line on top of a column?
- Highcharts displaying additional information to each bubble points using array
- Highchart Spider web chart, pointPlacement and tickInterval
- Highcharts tooltip date format when using pointFormat
- How to export gauge chart with custom marker using highchart?
- Draw a vertical line when clicking on the series in highcharts.
- Highcharts crosshair with labels on axes
- giving a javascript number fixed width after decimal while remaining a number
- can't zoom in and zoom out of a HIChart's Line/Bar chart in Xcode Simulator using Swift 5.0
- Stacked highchart graph not working correctly for 0 values
- highcharts download/export image with rounded borders
- Custom Highcharts Context Menu Button Appearing in Every Chart on Page
- Maximum bar width in Highcharts column charts
- Highcharts custom button styling off on full screen
- Highcharts - Update column chart in real time
- Highcharts: set 'select' state on a point and maintain it after mouseover?
- Add marker on highchart
- a.getLabelConfig is not a function