Questions tagged [highmaps]

Highmaps is a HTML5 mapping component optimized for creating schematic maps in web based projects. It extends the Highcharts JavaScript API and allows web developers to build interactive maps.

Highmaps is a HTML5 mapping component optimized for creating schematic maps in web based projects. It extends the Highcharts JavaScript API and allows web developers to build interactive maps.

Highmaps support various map types. Among these are: map area, map line, points of interest, bubbles on maps and heatmaps. These features correspond to series types in Highcharts.

It works in all modern browsers including the iPhone/iPad and Internet Explorer from version 6. Standard browsers use SVG for the graphics rendering. In legacy Internet Explorer graphics are drawn using VML.

It is commercial, but free for non-commercial usage.

It is open source and allows personal modification of the downloaded source code.

Highmaps accepts the standardized GeoJSON format for map input.

Resources

278 questions
0
votes
1 answer

How do I show map points using country codes with Highmaps?

I have looked at several examples and put together my own world map as I want it, just one detail missing. I can position map points with coordinates, but I cannot position map points with country codes. This is my…
Adrian Rosca
  • 6,922
  • 9
  • 40
  • 57
0
votes
1 answer

Highmaps with US States in Rails

I am trying to add a widget in my rails application, in which i am going to display the US states maps as given Demo here in highcharts The app is using highcharts-rails gem of version 4.0.4, to display some other charts in the application. To use…
Sagar Bommidi
  • 1,409
  • 8
  • 12
0
votes
1 answer

Highmaps logo string rendering invalid copyright character

When I create a HighMaps object, the map displays a message at the bottom with an invalid character (see red box): This seems to render fine in all of the demos. Here is the HTML block that gets created when launched on my localhost:
jlewkovich
  • 2,725
  • 2
  • 35
  • 49
0
votes
0 answers

Return a dataset based on conditional with Highmaps

Take this demo as an example series : [{ name: 'UTC', data: $.map(['IE', 'IS', 'GB', 'PT'], function (code) { return { code: code }; }) }, { name: 'UTC + 1', data: $.map(['NO', 'SE', 'DK', 'DE', 'NL', 'BE', 'LU', 'ES',…
jlewkovich
  • 2,725
  • 2
  • 35
  • 49
0
votes
1 answer

Higmaps doesn't display states of certain country

I'm using Highmaps - Rich information on click. On the site the demo is a map of the world but I'm trying to just use the states of the country Colombia. I haven't been able to get Highmaps to display the data, it only displays one state and I need…
Jose
  • 45
  • 1
  • 8
0
votes
2 answers

How to find a point with longitude and latitude in a Highmaps maps serie, initiated with GeoJson?

I do have a simple highmaps map based on this example : http://jsfiddle.net/gh/get/jquery/1.x/highslide-software/highcharts.com/tree/master/samples/mapdata/countries/de/de-all-all I would like to update a specific point, based on a latitude and a…
snessarb
  • 85
  • 1
  • 1
  • 6
0
votes
1 answer

Highmaps, cannot access marker by id through javascript?

I have a highmaps map similar to map bubble and in it I defined a marker with id set to icon6. I try to access this marker by id using jquery with no success I have tried everything and nothing works. the marker is defined in svg as and i can…
user3672795
  • 133
  • 3
  • 9
0
votes
1 answer

Highmaps map is not loading? Why isnt loading?

Highmaps was loading yesterday.But now its not loading.I checked the console but there is no error. Why its not loading? pics:
user3763026
  • 83
  • 3
  • 11
0
votes
1 answer

Highmaps - Printing resizes the map on Chrome

On Google Chrome, printing a Highmap makes it resize and stick to the left. But the map won't take its initial shape after printing. See this Fiddle : http://jsfiddle.net/5u6z7csf/1/ The code is very basic : $(function () { …
Arthur Ouaki
  • 98
  • 1
  • 4
0
votes
2 answers

How to change circle to rectangle when mouse hovers on the heat map charts

Demo: http://jsfiddle.net/GreatFusion/tb5y1ztg/ when mouse hovers on the block it shows a big circle extends out of the block. How to make the circle smaller or some other methods to reshape the circle? Absolutely,If I set the…
0
votes
0 answers

Highmaps, how to get marker position

I am working on a highmaps map of the world project and would like to zoom into a marker when the user clicks. I achieved this functionality by using the event in series in the below manner: events: { click: function () { zoomInMarker(); …
user3672795
  • 133
  • 3
  • 9
0
votes
1 answer

Highmaps - Legend Item Filter

I am working with the following Highmaps example on JSFiddle: http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/legend/padding-itemmargin/ Stackoverflow requires I submit the JSFiddle code: $(function…
0
votes
1 answer

Maps in not displaying (angularJs directive, controller)

I m trying to create angular directive for highmaps. Below is my code var myMapDirectives = angular.module('MapDirectives', ['myMapControllers']); // Directive myMapDirectives.directive('myMap', function($http) { console.log("In…
royki
  • 1,593
  • 3
  • 25
  • 45
0
votes
1 answer

HighMap displaying issue with customized json file

I am trying to load json file with three variables into HighMap. In my revised JSON I included three columns: 1. Code 2. Value 3. Median Wage I was able to load JSON file through main.js, but with Median Wage added, the map lost its gradient and I…
lydias
  • 841
  • 1
  • 14
  • 32
0
votes
1 answer

Drilldown Highmaps for Australia

Currently highmaps only have drilldown maps for USA. Is there anyone had made them for Australia or anyone have any idea how to do it?
Fahad Abid Janjua
  • 1,024
  • 3
  • 14
  • 35
1 2 3
18
19