aboutsummaryrefslogtreecommitdiff
path: root/yarn.lock
diff options
context:
space:
mode:
authorYuri Astrakhan <yuriastrakhan@gmail.com>2018-04-06 23:09:41 +0300
committerGitHub <noreply@github.com>2018-04-06 23:09:41 +0300
commit3a29e18504494f969ff6a2739d761dcfd06877fe (patch)
treead2e186ea3ac736647d74e85a471d9962a500e47 /yarn.lock
parentf0d01928db5a319c5a500df87cfc292d8865d9ee (diff)
Added Vega interactive map support (#16512)
Implements https://github.com/elastic/kibana/issues/15842 * Added Vega interactive map support * Support vega-lite maps * handle VL-injected width/height/padding/autosize * clarified min/max zoom limits * moved kibana_map to ui/vis/map, doc fixes * bumped leaflet-vega dep
Diffstat (limited to 'yarn.lock')
-rw-r--r--yarn.lock10
1 files changed, 10 insertions, 0 deletions
diff --git a/yarn.lock b/yarn.lock
index d3f5db5df..d81b5f215 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -7205,6 +7205,12 @@ leaflet-responsive-popup@0.2.0:
version "0.2.0"
resolved "https://registry.yarnpkg.com/leaflet-responsive-popup/-/leaflet-responsive-popup-0.2.0.tgz#119bfcfae147864730f6a01fbd73b5b2ce274728"
+leaflet-vega@0.8.3:
+ version "0.8.3"
+ resolved "https://registry.yarnpkg.com/leaflet-vega/-/leaflet-vega-0.8.3.tgz#6d2572aa1909ed50d94937d5f4c2e42b018f4ac2"
+ dependencies:
+ vega-spec-injector "^0.0.2"
+
leaflet.heat@0.2.0:
version "0.2.0"
resolved "https://registry.yarnpkg.com/leaflet.heat/-/leaflet.heat-0.2.0.tgz#109d8cf586f0adee41f05aff031e27a77fecc229"
@@ -12025,6 +12031,10 @@ vega-schema-url-parser@1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/vega-schema-url-parser/-/vega-schema-url-parser-1.0.0.tgz#fc17631e354280d663ed39e3fa8eddb62145402e"
+vega-spec-injector@^0.0.2:
+ version "0.0.2"
+ resolved "https://registry.yarnpkg.com/vega-spec-injector/-/vega-spec-injector-0.0.2.tgz#f1d990109dd9d845c524738f818baa4b72a60ca6"
+
vega-statistics@^1.2:
version "1.2.1"
resolved "https://registry.yarnpkg.com/vega-statistics/-/vega-statistics-1.2.1.tgz#a35b3fc3d0039f8bb0a8ba1381d42a1df79ecb34"