@domoritz/vega
Advanced tools
Comparing version 0.1.4 to 0.1.5
define(["https://bundle.run/vega-embed@3"], function(VegaEmbed) { | ||
var style = document.createElement("style") | ||
style.innerHTML = ".vega-embed .vega-actions > a { visibility: hidden; font-size: 0.9em; margin-right: 0.5em; } " + | ||
".vega-embed:hover .vega-actions > a { visibility: visible; }" | ||
document.getElementsByTagName("head")[0].appendChild(style) | ||
return function vegalite(spec, options) { | ||
@@ -3,0 +8,0 @@ var div = document.createElement("div"); |
{ | ||
"name": "@domoritz/vega", | ||
"version": "0.1.4", | ||
"version": "0.1.5", | ||
"description": "A convenience method for using Vega.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1005
2
14