score:42
Accepted answer
Instead of highmaps, you need to use map.js module.
<script src="//code.highcharts.com/maps/modules/map.js"></script>
score:1
I encountered the same issue, and resolved it by placing highcharts after the maps
<script src="http://code.highcharts.com/maps/highmaps.js"></script>
<script src="http://code.highcharts.com/maps/modules/data.js"></script>
<script src="http://code.highcharts.com/maps/modules/exporting.js"></script>
<script src="http://code.highcharts.com/mapdata/custom/world.js"></script>
<script type="text/javascript" src="http://code.highcharts.com/highcharts.js"></script>
score:5
You must include this script tag after highcharts.js
:
<script src="https://code.highcharts.com/maps/modules/map.js"></script>
Source: stackoverflow.com
Related Query
- Resolve Conflict When Using Highchart and Highmap together (TypeError: ma is not a function)
- Resolve Conflict When Using Highchart and Treemap together ( f.inArray is not a function)
- using angular directive to draw highchart pie chart but when i am using it in success function it is not working
- Highchart does not load data from hidden input when using .val
- Ugly Highchart when using letter label for both xaxis and yaxis
- Using Highmaps mapbbuble and datalabels. Datalabels are not going out of screen when zoomed
- x-axis, y-axis lines does not appear, when I include 3D chart library of HighChart in my code
- How to trigger legend click event on outside when using Highchart and no using JQuery
- Highchart tooltip is not working when using it for date
- Highchart issue in values and Label text when using 4 axis
- Using the source version instead of mimified when import lib with reactjs and npm
- highchart custom menu with when i drilldown and drillup custom event (contextmenu) not working
- TypeError: undefined is not a function when using highchart
- Highchart Callback Refactoring not working, and how to display multiple series using multiple Ajax data
- How to create a new Highstock chart with new Highchart and not jquery?
- Using Highcharts and displaying a message over or on the chart when there is no data
- Code works on fiddle but not when I do /show
- Uncaught TypeError: undefined is not a function when using highcharts
- Highchart not resized when hidden
- Multi-Line Title is not working when we export to PNG using CanVG - Highcharts
- Highchart not rendering in shiny using 'Highcharter' package
- When using canvg to convert Highchart SVG into PNG, all text appears twice - how to solve?
- Highchart xAxis and value did not align
- Highchart is not resizing dynamically when used as a angular directive
- Place Data in Highchart using json and post url
- Fetch data from firebase firestore and plot histogram using highcharts when cardview clicked - android
- How to read and insert correct highchart number in selectors using Selenium Webdriver with Python?
- Jquery Highcharts is not loading when using with common function?
- How can I hide non-selected series and axes when using XY zoom with highcharts?
- Using Viewmodel and datepicker with Dotnet Highchart in MVC
More Query from same tag
- HighCharts: Positioning label on chart agnostic of legend size
- Select cell value from table
- Highchart ticks start point change when categories names are set
- Spline chart gradient fill
- Reducing spacing in between columns in highcharts
- Unhandled JS Exception: Requiring unknown module "104"
- Annotations work with HighStock but not with Highcharts
- Dynamically change renderer.text css attribute in HighCharts
- Highcharts clickhandler and accessing context
- Highcharts mousewheel scroll event in firefox
- How to remove the white outline/border on Highcharts 3D on setData?
- In highchart, after giving unequal tickPositions how to keep grid lines position equal?
- Zoom option if highcharts is working randomly
- using data from multiple series in tooltip
- Date formatting on x-axis highchart
- Removing zoom in/out from Highmaps
- In Highcharts, how to set width of plot bands on y-axis in column chart?
- Highmaps isn't using a color gradient
- Highcharts: How to divide line graph when there's a gap in the x axis
- Custom Highcharts Context Menu Button Appearing in Every Chart on Page
- highcharts-export-server with highcharts-regression plugin in a node module throws an error
- Highcharts :: Pie :: Add icon for specific series
- HighChart: Stacked Column Chart with dropdown
- Highcharts/highcharteR ignores point color when plotting 50+ series
- Highcharts how to create legends based on the value of points
- Is it possible to use custom fonts in Highcharts?
- Highcharts How to toggle DataLabel
- How to add vertical (and horizontal) line in highcharts scatter plot
- Set Color for Pie Chart using HighChart + JSON data
- Length of slice in Highcharts pie chart