Browse Source

Updated jvectormap

Aigars Silkalns 9 years ago
parent
commit
3fd16dcba3

+ 11 - 5
production/css/maps/jquery-jvectormap-2.0.1.css → production/css/maps/jquery-jvectormap-2.0.3.css

@@ -1,8 +1,13 @@
+svg {
+    touch-action: none;
+}
+
 .jvectormap-container {
     width: 100%;
     height: 100%;
     position: relative;
     overflow: hidden;
+    touch-action: none;
 }
 
 .jvectormap-tip {
@@ -21,17 +26,18 @@
     position: absolute;
     left: 10px;
     border-radius: 3px;
-    background: #34495E;
+    background: #292929;
     padding: 3px;
     color: white;
     cursor: pointer;
     line-height: 10px;
     text-align: center;
+    box-sizing: content-box;
 }
 
 .jvectormap-zoomin, .jvectormap-zoomout {
-    width: 20px;
-    height: 20px;
+    width: 10px;
+    height: 10px;
 }
 
 .jvectormap-zoomin {
@@ -39,7 +45,7 @@
 }
 
 .jvectormap-zoomout {
-    top: 35px;
+    top: 30px;
 }
 
 .jvectormap-goback {
@@ -126,4 +132,4 @@
     vertical-align: middle;
     line-height: 20px;
     padding-left: 3px;
-}
+}

+ 4 - 4
production/empty.html

@@ -19,7 +19,7 @@
 
 	<!-- Custom styling plus plugins -->
 	<link href="css/custom.css" rel="stylesheet">
-	<link rel="stylesheet" type="text/css" href="css/maps/jquery-jvectormap-2.0.1.css" />
+	<link rel="stylesheet" type="text/css" href="css/maps/jquery-jvectormap-2.0.3.css" />
 	<link href="css/icheck/flat/green.css" rel="stylesheet" />
 	<link href="css/floatexamples.css" rel="stylesheet" type="text/css" />
 
@@ -128,7 +128,7 @@
 
 		<!-- page content -->
 		<div class="right_col" role="main">
-			
+
 			<div class="row">
 				<div class="col-md-12 col-sm-12 col-xs-12">
 					<div class="dashboard_graph">
@@ -269,7 +269,7 @@
     </script>
 
 <!-- worldmap -->
-<script type="text/javascript" src="js/maps/jquery-jvectormap-2.0.1.min.js"></script>
+<script type="text/javascript" src="js/maps/jquery-jvectormap-2.0.3.min.js"></script>
 <script type="text/javascript" src="js/maps/gdp-data.js"></script>
 <script type="text/javascript" src="js/maps/jquery-jvectormap-world-mill-en.js"></script>
 <script type="text/javascript" src="js/maps/jquery-jvectormap-us-aea-en.js"></script>
@@ -420,4 +420,4 @@
 <!-- /footer content -->
 </body>
 
-</html>
+</html>

+ 7 - 7
production/index.html

@@ -19,13 +19,13 @@
 
     <!-- Custom styling plus plugins -->
     <link href="css/custom.css" rel="stylesheet">
-    <link rel="stylesheet" type="text/css" href="css/maps/jquery-jvectormap-2.0.1.css" />
+    <link rel="stylesheet" type="text/css" href="css/maps/jquery-jvectormap-2.0.3.css" />
     <link href="css/icheck/flat/green.css" rel="stylesheet" />
     <link href="css/floatexamples.css" rel="stylesheet" type="text/css" />
 
     <script src="js/jquery.min.js"></script>
     <script src="js/nprogress.js"></script>
-    
+
     <!--[if lt IE 9]>
         <script src="../assets/js/ie8-responsive-file-warning.js"></script>
         <![endif]-->
@@ -253,7 +253,7 @@
                                             <span class="time">3 mins ago</span>
                                             </span>
                                             <span class="message">
-                                        Film festivals used to be do-or-die moments for movie makers. They were where... 
+                                        Film festivals used to be do-or-die moments for movie makers. They were where...
                                     </span>
                                         </a>
                                     </li>
@@ -267,7 +267,7 @@
                                             <span class="time">3 mins ago</span>
                                             </span>
                                             <span class="message">
-                                        Film festivals used to be do-or-die moments for movie makers. They were where... 
+                                        Film festivals used to be do-or-die moments for movie makers. They were where...
                                     </span>
                                         </a>
                                     </li>
@@ -281,7 +281,7 @@
                                             <span class="time">3 mins ago</span>
                                             </span>
                                             <span class="message">
-                                        Film festivals used to be do-or-die moments for movie makers. They were where... 
+                                        Film festivals used to be do-or-die moments for movie makers. They were where...
                                     </span>
                                         </a>
                                     </li>
@@ -295,7 +295,7 @@
                                             <span class="time">3 mins ago</span>
                                             </span>
                                             <span class="message">
-                                        Film festivals used to be do-or-die moments for movie makers. They were where... 
+                                        Film festivals used to be do-or-die moments for movie makers. They were where...
                                     </span>
                                         </a>
                                     </li>
@@ -1183,7 +1183,7 @@
     </script>
 
     <!-- worldmap -->
-    <script type="text/javascript" src="js/maps/jquery-jvectormap-2.0.1.min.js"></script>
+    <script type="text/javascript" src="js/maps/jquery-jvectormap-2.0.3.min.js"></script>
     <script type="text/javascript" src="js/maps/gdp-data.js"></script>
     <script type="text/javascript" src="js/maps/jquery-jvectormap-world-mill-en.js"></script>
     <script type="text/javascript" src="js/maps/jquery-jvectormap-us-aea-en.js"></script>

+ 1 - 1
production/index2.html

@@ -19,7 +19,7 @@
 
     <!-- Custom styling plus plugins -->
     <link href="css/custom.css" rel="stylesheet">
-    <link rel="stylesheet" type="text/css" href="css/maps/jquery-jvectormap-2.0.1.css" />
+    <link rel="stylesheet" type="text/css" href="css/maps/jquery-jvectormap-2.0.3.css" />
     <link href="css/icheck/flat/green.css" rel="stylesheet">
     <link href="css/floatexamples.css" rel="stylesheet" />
 

+ 1 - 1
production/index3.html

@@ -19,7 +19,7 @@
 
     <!-- Custom styling plus plugins -->
     <link href="css/custom.css" rel="stylesheet">
-    <link rel="stylesheet" type="text/css" href="css/maps/jquery-jvectormap-2.0.1.css" />
+    <link rel="stylesheet" type="text/css" href="css/maps/jquery-jvectormap-2.0.3.css" />
     <link href="css/icheck/flat/green.css" rel="stylesheet" />
     <link href="css/floatexamples.css" rel="stylesheet" type="text/css" />
 

File diff suppressed because it is too large
+ 0 - 0
production/js/maps/jquery-jvectormap-2.0.1.min.js


File diff suppressed because it is too large
+ 0 - 0
production/js/maps/jquery-jvectormap-2.0.3.min.js


+ 2 - 2
production/other_charts.html

@@ -21,7 +21,7 @@
     <link href="css/custom.css" rel="stylesheet">
     <link href="css/icheck/flat/green.css" rel="stylesheet">
 
-    <link rel="stylesheet" type="text/css" href="css/maps/jquery-jvectormap-2.0.1.css" />
+    <link rel="stylesheet" type="text/css" href="css/maps/jquery-jvectormap-2.0.3.css" />
 
     <script src="js/jquery.min.js"></script>
 
@@ -499,7 +499,7 @@
     <script src="js/bootstrap.min.js"></script>
 
     <!-- worldmap -->
-    <script type="text/javascript" src="js/maps/jquery-jvectormap-2.0.1.min.js"></script>
+    <script type="text/javascript" src="js/maps/jquery-jvectormap-2.0.3.min.js"></script>
     <script type="text/javascript" src="js/maps/gdp-data.js"></script>
     <script type="text/javascript" src="js/maps/jquery-jvectormap-world-mill-en.js"></script>
     <script type="text/javascript" src="js/maps/jquery-jvectormap-us-aea-en.js"></script>

Some files were not shown because too many files changed in this diff