Cannot add bubbles with latitude and longitude in Highmaps

148 views
Skip to first unread message

Stefany

unread,
Nov 25, 2015, 4:28:12 AM11/25/15
to highcharts-ng
I am trying to display highmap with bubbles with coordinates as latitude and longitude, but it doesnt show up. Could you please tell me what I am doing wrong(my config object below). Thank you very much for help!

$scope.ChartConfig = {
             options: {
                 legend: {
                        enabled: false
                    },
                 plotOptions: {
                        map: {
                             mapData: Highcharts.maps['custom/world']
                        }
                       }
                 },
                chartType: 'map',
                title: {
                    text: ''
                },
                series: [{
                    type: 'mapbubble',              
                    name: 'Cities',
                    mapData: Highcharts.maps['custom/world'],
                    color: '#E0E0E0',
                    data: [{
                        z: 1000,
                        name: 'London',
                        lat: 26.5727,
                        lon: 73.8390
                         }]
                    }]
     };


Thiago Honório

unread,
Jan 19, 2016, 12:03:58 PM1/19/16
to highcharts-ng
Stefany I´m fighting against the same issue.

I can make it works with Highcharts but when I try NG-Highcharts it returns error 17 (http://www.highcharts.com/errors/17)

Did you resolve it already?

Lalit Kumar Panicker

unread,
Feb 24, 2016, 1:27:02 AM2/24/16
to highcharts-ng
Hi guys,
Can you show me a link by wich i can add higmaps in my website. 

Barry Fitzgerald

unread,
Feb 24, 2016, 6:09:26 AM2/24/16
to Lalit Kumar Panicker, highcharts-ng

--
You received this message because you are subscribed to the Google Groups "highcharts-ng" group.
To unsubscribe from this group and stop receiving emails from it, send an email to highcharts-n...@googlegroups.com.
To post to this group, send email to highch...@googlegroups.com.
To view this discussion on the web, visit https://groups.google.com/d/msgid/highcharts-ng/b2204749-d08a-4695-972d-9876b56c0fb9%40googlegroups.com.

For more options, visit https://groups.google.com/d/optout.

Reply all
Reply to author
Forward
0 new messages