@domoritz/vega-lite
Advanced tools
Comparing version 0.1.18 to 0.1.19
define(["https://bundle.run/vega-embed@3"], function(VegaEmbed) { | ||
var style = document.createElement("link") | ||
var link = document.createElement("link") | ||
link.type = "text/css"; | ||
link.rel = "stylesheet"; | ||
link.href = "https://unpkg.com/@domoritz/vega-lite/style.css"; | ||
document.getElementsByTagName("head")[0].appendChild(style) | ||
document.getElementsByTagName("head")[0].appendChild(link) | ||
@@ -8,0 +8,0 @@ return function vegalite(spec, options) { |
{ | ||
"name": "@domoritz/vega-lite", | ||
"version": "0.1.18", | ||
"version": "0.1.19", | ||
"description": "A convenience method for using Vega-Lite.", | ||
@@ -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
1112