sourovut
Posts: 1
Joined: Mon Dec 28, 2020 10:39 am

World map with clip:false

Hello,

Due to Firefox idiosyncrasies, I had to add clip:false to my map implementation (https://github.com/highcharts/highcharts/issues/10283).

I'm using highcharts to display a map with point markers. Zoom is set on load and the user can't change it, only to move the map up/down/left/right. I can't seem to figure out how this new setting affects my map. I guess the question is how "clip:false" affect maps, since until now I only saw it affect graphs.
pawelys
Posts: 962
Joined: Wed Sep 02, 2020 10:37 am

Re: World map with clip:false

Hello, Welcome to the official Highcharts forum, and thanks for contacting us with your question!
Quoting the API: https://api.highcharts.com/highmaps/series.map.clip
Disable this option to allow series rendering in the whole plotting area.
Note: Clipping should be always enabled when chart.zoomType is set
Since you are using the map without zooming, the probable effect is, that the map is not displayed in the whole plot area.
Kind regards,
Paweł Lysy
Highcharts Developer

Return to “Highcharts Maps”