Apply visual theme to highMaps?

352 Views Asked by At

I want to apply visual theme Dark Unica https://www.highcharts.com/maps/demo/mappoint-latlon/dark-unica in the jsfiddle mentioned in the link , i also tried to change the background color, how should i do it and is this lat/log map ?

1

There are 1 best solutions below

0
On BEST ANSWER

To use a HighCharts theme, just load it's .js file. For dark-unica:

<script src="https://code.highcharts.com/js/themes/dark-unica.js"></script>

http://jsfiddle.net/ne1w0h4m/

And, yes. That is a HighCharts lat/lon map chart.