0

Highmaps was loading yesterday.But now its not loading.I checked the console but there is no error. Why its not loading?

pics: enter image description here

user3763026
  • 83
  • 3
  • 11

1 Answers1

0

-check to make sure that you're pulling data into your map
-check all of your included libraries are in order e.g.

<script src="//code.highcharts.com/stock/highstock.src.js"></script>
<script src="//code.highcharts.com/maps/modules/map.js"></script>
<script src="//code.highcharts.com/maps/modules/data.js"></script>
digiwand
  • 1,258
  • 1
  • 12
  • 18