Commit 7dc708d5 by Zachary Tong

Update tab spacing

parent 35c59fd4
...@@ -246,7 +246,7 @@ angular.module('kibana.map2', []) ...@@ -246,7 +246,7 @@ angular.module('kibana.map2', [])
scope.initializing = true; scope.initializing = true;
// Using LABjs, wait until all scripts are loaded before rendering panel // Using LABjs, wait until all scripts are loaded before rendering panel
var scripts = $LAB.script("panels/map2/lib/d3.v3.min.js?rand="+Math.floor(Math.random()*10000)) var scripts = $LAB.script("common/lib/d3.v3.min.js?rand="+Math.floor(Math.random()*10000))
.script("panels/map2/lib/topojson.v1.min.js?rand="+Math.floor(Math.random()*10000)) .script("panels/map2/lib/topojson.v1.min.js?rand="+Math.floor(Math.random()*10000))
.script("panels/map2/lib/node-geohash.js?rand="+Math.floor(Math.random()*10000)) .script("panels/map2/lib/node-geohash.js?rand="+Math.floor(Math.random()*10000))
.script("panels/map2/lib/d3.hexbin.v0.min.js?rand="+Math.floor(Math.random()*10000)) .script("panels/map2/lib/d3.hexbin.v0.min.js?rand="+Math.floor(Math.random()*10000))
...@@ -422,7 +422,7 @@ angular.module('kibana.map2', []) ...@@ -422,7 +422,7 @@ angular.module('kibana.map2', [])
.on("keyup", function() { .on("keyup", function() {
scope.ctrlKey = d3.event.ctrlKey; scope.ctrlKey = d3.event.ctrlKey;
}); });
*/ */
scope.svg.style("cursor", "move") scope.svg.style("cursor", "move")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment