We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b441858 commit fb45e76Copy full SHA for fb45e76
node-red-node-ui-vega/ui_vega.js
@@ -69,9 +69,9 @@ function showVega(spec) {
69
});
70
}
71
72
-loadScripts(["https://cdn.jsdelivr.net/npm/vega@5.4.0",
73
- "https://cdn.jsdelivr.net/npm/vega-lite@4.0.0-beta.0",
74
- "https://cdn.jsdelivr.net/npm/vega-embed@4.2.1"],
+loadScripts(["https://cdn.jsdelivr.net/npm/vega@5.20.2",
+ "https://cdn.jsdelivr.net/npm/vega-lite@5.1.0",
+ "https://cdn.jsdelivr.net/npm/vega-embed@6.18.2"],
75
function() {
76
`+
77
"var vegaSpec = " +vegaSpec +";" +
0 commit comments