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
- Change highcharts mapbuble type to custom images
- How can I display the current value from a chart?
- Disabling HighCharts labels
- Connect points of Highcharts x-range series
- Highcharts will not render if element in series data is empty
- Highstock: Remove the word "Zoom" from the rangeSelector
- How to create a highcharts dot plot graph? - R Highcharter
- Send JSON data to highcharts pie from asp.net MVC controller in C#
- HighCharts Pie Chart - Displaying multiple series values in Tooltip
- How to change gauge meter color based on value in highcharts
- Getting a django view python dict into highcharts series data
- create-react-app Uncaught (in promise) SyntaxError: Unexpected token < in JSON at position 0
- Highcharts is not displaying in the div at all, resulting in a blank page - Using python flask and jinja template?
- change data on chart by selecting the year in dropdowns
- How to create a range between series?
- Can I show only different dates on labels in highchart?
- Highcharts: Not showing values, datetime type
- Show line of zoomed in series when no points within zoom range using boost
- how to pass to or more list of series to set series
- Highcharts: how to move item legend position dynamically
- Highstock Chart - setExtremes event data missing
- Background image isn't appearing in Highcharts
- Proper x-axis for Highcharts stack group column
- x-axis tickInterval not working correctly in highstock chart
- Highchart line chart circle around datalabel
- Position dataLabel above a certain column Highcharts
- Highcharts drill down to detailed graph
- Highcharts grouping column, hide in tooltip
- Tree Map in high charts fourth level is not working
- Highchart graph not displaying via Django