triples13
triples13

Reputation: 216

Apply visual theme to highMaps?

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 ?

Upvotes: 0

Views: 403

Answers (1)

Barbara Laird
Barbara Laird

Reputation: 12717

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.

Upvotes: 2

Related Questions