score:1
Accepted answer
This problem is a Highmaps regression bug: https://github.com/highcharts/highcharts/issues/16782
As a workaround, you can add an empty point on init:
series: [{
type: 'map',
data: [{}],
...
}, ...]
Live demo: https://jsfiddle.net/BlackLabel/edpbjvm1/
score:0
Is there a reason you are using mapbubble
instead of map
as your series.type
?
If you change it to map, it works.
Source: stackoverflow.com
Related Query
- Highcharts Highmaps the data does not match with polygons correctly
- Generating Highcharts from MySQL data with PHP does not work
- rCharts and highcharts with shiny plot does not update correctly
- Highcharts heat map does not work with a wide range of data values (min: 0, max: 5,000,000)
- Dates not displaying correctly in Highcharts plot with irregular time data
- The continuous update highcharts with more data plotting the continuity is not visible so we need that continuity in the centre of the graph
- Highcharts does not display years on Xaxis when data with NULL values
- Highcharts do not hold all the values of stacked columns chart with data time axes
- How to modify the code so that Highcharts graph does not cover fixed navigation bar at the top of the page?
- Data not showing with the Timestamp Values : Highcharts
- Highcharts code with same set of code/data works in PHP but does not work in JSfiddle
- How to export the whole page or html content with Highcharts not just the chart?
- Highcharts does not work with wicked_pdf
- Can I with highcharts column stacking on hover not highlighting the whole serie
- Highcharts - Global configuration with common code and unique data & Headings
- Highcharts load data with ajax to populate the tooltip
- Highcharts not displaying series data for graph with multiple Y-axes
- HighCharts scatter plot with Datetime on X Axis not plotting values correctly
- Gauge Series of Highcharts with React not the Solid Gauge but Gauge Series
- Highcharts - Gauge chart data label not positioning correctly
- Highcharts show the same yAxis start and end value with multiple data series
- c# WPF Webbrowser with Highchart, Javascript from external source not working "An error has occurred in the script on this page"
- Highcharts with boost not rendering correctly at small intervals
- Highchart not displaying the pie chart with Ajax data
- Highcharts graph does not update with firebase
- Negative values in the data not showing in highcharts linechart
- highcharts Scatter Chart not loading with LOTS of data
- Issue with JSON data encoded from the server, not able to plot the chart
- How to make the Y Axis values not start from 0 in highcharts? How to display forcefully display the last category data on X axis in HighCharts ?
- Highcharts multiple x axis and yaxis. The width of the 1st x-axis is not in sync with browser resize
More Query from same tag
- Highcharts axis label before first point
- Click event outside series
- Highcharts Point marker
- single array timestamp as xAxis for multiple series
- Trouble importing Highcharts Gauge with NPM/Webpack
- Rotating a donut chart in javascript after it is rendered
- highcharts for Angular 2 - No Directive annotation found on ChartComponent
- Draggable Highcharts SVG Element
- Highchart on bar item click event
- HighCharts - Trying to create a 'thin' donut chart
- HighCharts does not recognize a function of Legend
- Highcharts Scatter plot - Add series from database as a different color
- Read Values of a Scatter Plot Programatically- Highstock
- Dual axes line vs column and zoom tooltip broke
- Highchart pie chart colors are not changing
- Format data for Highcharts chart
- Drilldown on label in spiderweb graph
- Is a Highcharts heatmap possible with a datetime axis, in a single row?
- highcharts via json how to get the xAxis?
- Highchart Treemap: forcing layout on 3 lines
- Angular - Highcharts - Color b/w points
- Highstock - Minimal Zoom
- Remove extra ticks when tickmarkPlacement: 'on'
- Highcharts change or add color for name in a array of point.names and y
- Storing mysqli_query into multidimensional php array and utilizing that array as input to highcharts
- Highcharts pie/variablepie align multilines label on plotedge
- How to control Two chart of highstock with scroll bar
- highcharts error #13 histogram
- How to change the graph
- Django timeseries format and highcharts