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
0 answers

Highcharts map plugin scaling problems

I've been investigating highcharts and highmaps in conjunction for a project I'm working on and have come up with a few problems. The biggest one is the fact that when used as a plugin for highcharts, highmaps has some weird behavior. First, it…
linkerro
  • 5,318
  • 3
  • 25
  • 29
-1
votes
1 answer

Redux React Highcharts (Highmaps) issue passing map config from app state

Technologies used: Redux, React, React-Highcharts (Highmaps) Disclaimer: First Redux application, be nice please... Status: I am sure there are some issues with my redux set up, but through console testing I can see that my onClick function is…
mandajoan
  • 13
  • 7
-1
votes
1 answer

Polymer with highmaps:cannot read property mapChart of undefined

I am trying to provide a wrapper of polymer on highmap using the jsfiddle http://jsfiddle.net/gh/get/library/pure/highcharts/highcharts/tree/master/samples/maps/demo/mappoint-latlon/ but it is throwing an error can not read property mapChart of…
triples13
  • 206
  • 4
  • 18
-1
votes
2 answers

Highmaps labels show in incorrect position

I've created a simple map with basic configurations. Labels are showing in the incorrect position. Any idea? var map_chart; function init_map(){ map_chart = new Highcharts.chart({ chart: { type: 'map', …
Michele
  • 8,563
  • 6
  • 45
  • 72
-1
votes
1 answer

Highcharts not displaying telangana state

I want to show telangana state in map, I am using highmap , but there is no way to show this. IS there any updated svg available with telangana. Can somebody help me to get out of this?
pbhle
  • 2,856
  • 13
  • 33
  • 40
-1
votes
1 answer

HighMaps grouped Hover

Goal: In the demo below, if you hover over the top right states, you will see they are all named "Intermountain". I need them all to highlight on hover, the Documentation does not really provide detail on how to do this. I tried using the …
M H
  • 2,179
  • 25
  • 50
-1
votes
1 answer

The Json file i have given to my Highmaps is not working i do not get tooltip or the hover feature

http://jsfiddle.net/pkb9ovLa/ I am creating a HighMap for the US. When I run my code, I do not get any output. Why is this? $(function () { $.getJSON('http://localhost:52149/Scripts/BrokerInfo.json', function (data) { …
-2
votes
1 answer

How I can multiselect in highmap?

Example image How I can select multiple areas by pressing "ctrl"+mouseclick?
toney
  • 35
  • 5
1 2 3
18
19