[WAS Map] Hide the smaller state legend.

pull/1013/head
Peter Goodhall 2021-04-29 22:52:31 +01:00
rodzic df7fa373bc
commit 23ecffafd0
1 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -22,13 +22,14 @@
<script>
$(document).ready(function() {
$('#map').usmap({
showLabels: false,
'stateStyles': {
fill: '#4ECDC4',
"stroke-width": 1,
'stroke' : '#036'
},
'stateHoverStyles': {
fill: 'red'
fill: 'blue'
},
'stateSpecificStyles': {
<?php foreach ($was_array as $was => $value) { ?>