Skip to content

Commit

Permalink
Vega 5.24 (#649)
Browse files Browse the repository at this point in the history
* bump vega to 5.24

* regen for vega 5.24

* sync vega-typings to ~0.24.0

* regen lockfiles

* regen docs
  • Loading branch information
danmarshall authored Apr 7, 2023
1 parent 6fbbef5 commit 4650e57
Show file tree
Hide file tree
Showing 49 changed files with 5,392 additions and 5,182 deletions.
2 changes: 1 addition & 1 deletion docs/docs/sanddance-explorer/v4/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ <h2>Installation</h2>
<p>Add these to the <code>dependencies</code> section of your <code>package.json</code>, then run <code>npm install</code>:</p>
<pre><code class="language-json"><span style="color: #A31515">&quot;@msrvida/sanddance-explorer&quot;</span><span style="color: #000000">: </span><span style="color: #A31515">&quot;^4&quot;</span><span style="color: #000000">,</span>
<span style="color: #A31515">&quot;@fluentui/react&quot;</span><span style="color: #000000">: </span><span style="color: #A31515">&quot;^8&quot;</span><span style="color: #000000">,</span>
<span style="color: #A31515">&quot;vega&quot;</span><span style="color: #000000">: </span><span style="color: #A31515">&quot;^5.22&quot;</span>
<span style="color: #A31515">&quot;vega&quot;</span><span style="color: #000000">: </span><span style="color: #A31515">&quot;^5.24&quot;</span>
</code></pre>
<p>Import these in your JavaScript:</p>
<pre><code class="language-js"><span style="color: #AF00DB">import</span><span style="color: #000000"> </span><span style="color: #0000FF">*</span><span style="color: #000000"> </span><span style="color: #AF00DB">as</span><span style="color: #000000"> </span><span style="color: #001080">fluentui</span><span style="color: #000000"> </span><span style="color: #AF00DB">from</span><span style="color: #000000"> </span><span style="color: #A31515">&#039;@fluentui/react&#039;</span><span style="color: #000000">;</span>
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/sanddance-react/v4/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ <h2>Installation</h2>
<pre><code class="language-json"><span style="color: #A31515">&quot;@msrvida/sanddance-react&quot;</span><span style="color: #000000">: </span><span style="color: #A31515">&quot;^4&quot;</span><span style="color: #000000">,</span>
<span style="color: #A31515">&quot;react&quot;</span><span style="color: #000000">: </span><span style="color: #A31515">&quot;^17&quot;</span><span style="color: #000000">,</span>
<span style="color: #A31515">&quot;react-dom&quot;</span><span style="color: #000000">: </span><span style="color: #A31515">&quot;^17&quot;</span><span style="color: #000000">,</span>
<span style="color: #A31515">&quot;vega&quot;</span><span style="color: #000000">: </span><span style="color: #A31515">&quot;^5.22&quot;</span>
<span style="color: #A31515">&quot;vega&quot;</span><span style="color: #000000">: </span><span style="color: #A31515">&quot;^5.24&quot;</span>
</code></pre>
<p>Import these in your JavaScript:</p>
<pre><code class="language-js"><span style="color: #AF00DB">import</span><span style="color: #000000"> </span><span style="color: #0000FF">*</span><span style="color: #000000"> </span><span style="color: #AF00DB">as</span><span style="color: #000000"> </span><span style="color: #001080">vega</span><span style="color: #000000"> </span><span style="color: #AF00DB">from</span><span style="color: #000000"> </span><span style="color: #A31515">&#039;vega&#039;</span><span style="color: #000000">;</span>
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/sanddance/v4/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ <h2>Installation</h2>
<h2>Installation via script tags</h2>
</a>
<p>Load dependencies via <code>&lt;script&gt;</code> tags in your HTML:</p>
<pre><code class="language-html"><span style="color: #800000">&lt;script</span><span style="color: #000000FF"> </span><span style="color: #FF0000">src</span><span style="color: #000000FF">=</span><span style="color: #0000FF">&quot;https://unpkg.com/vega@^5.22/build/vega.js&quot;</span><span style="color: #000000FF"> </span><span style="color: #FF0000">charset</span><span style="color: #000000FF">=</span><span style="color: #0000FF">&quot;utf-8&quot;</span><span style="color: #800000">&gt;&lt;/script&gt;</span>
<pre><code class="language-html"><span style="color: #800000">&lt;script</span><span style="color: #000000FF"> </span><span style="color: #FF0000">src</span><span style="color: #000000FF">=</span><span style="color: #0000FF">&quot;https://unpkg.com/vega@^5.24/build/vega.js&quot;</span><span style="color: #000000FF"> </span><span style="color: #FF0000">charset</span><span style="color: #000000FF">=</span><span style="color: #0000FF">&quot;utf-8&quot;</span><span style="color: #800000">&gt;&lt;/script&gt;</span>
<span style="color: #800000">&lt;script</span><span style="color: #000000FF"> </span><span style="color: #FF0000">src</span><span style="color: #000000FF">=</span><span style="color: #0000FF">&quot;https://unpkg.com/@msrvida/sanddance@^4/dist/umd/sanddance.js&quot;</span><span style="color: #800000">&gt;&lt;/script&gt;</span>
</code></pre>
<p>A global variable named <code>SandDance</code> will be available to you. In your JavaScript, call the <code>use</code> function to pass the dependency libraries:</p>
Expand Down
2 changes: 1 addition & 1 deletion docs/embed/v4/sanddance-embed.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<body>
<script src="https://unpkg.com/react@17/umd/react.production.min.js"></script>
<script src="https://unpkg.com/react-dom@17/umd/react-dom.production.min.js"></script>
<script src="https://unpkg.com/vega@5.22/build/vega.min.js"></script>
<script src="https://unpkg.com/vega@5.24/build/vega.min.js"></script>
<script src="https://unpkg.com/@fluentui/react@8/dist/fluentui-react.js"></script>
<script src="https://unpkg.com/@msrvida/sanddance-explorer@4/dist/umd/sanddance-explorer.js"></script>
<script src="https://unpkg.com/@msrvida/sanddance-embed@4.4/dist/umd/sanddance-embed.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion docs/tests/v4/umd/qualBarChartTest.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="../../../dist/sanddance/v4/sanddance.css" />
<link rel="stylesheet" href="css/test.css" />
<script src="https://unpkg.com/vega@^5.22/build/vega.js" charset="utf-8"></script>
<script src="https://unpkg.com/vega@^5.24/build/vega.js" charset="utf-8"></script>
<script src="../../../dist/sanddance/v4/sanddance.js"></script>
</head>

Expand Down
2 changes: 1 addition & 1 deletion docs/tests/v4/umd/quanBarChartTest.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="../../../dist/sanddance/v4/sanddance.css" />
<link rel="stylesheet" href="css/test.css" />
<script src="https://unpkg.com/vega@^5.22/build/vega.js" charset="utf-8"></script>
<script src="https://unpkg.com/vega@^5.24/build/vega.js" charset="utf-8"></script>
<script src="../../../dist/sanddance/v4/sanddance.js"></script>
</head>

Expand Down
2 changes: 1 addition & 1 deletion docs/tests/v4/umd/sanddance-react.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<script src="../../../external/js/react-dom.development.js" crossorigin=""></script>
<script src="../../../dist/sanddance/v4/sanddance.js"></script>
<script src="../../../dist/sanddance-react/v4/sanddance-react.js"></script>
<script src="https://unpkg.com/vega@^5.22/build/vega.js" charset="utf-8"></script>
<script src="https://unpkg.com/vega@^5.24/build/vega.js" charset="utf-8"></script>

<style>
.sanddance-ReactViewer {
Expand Down
2 changes: 1 addition & 1 deletion docs/tests/v4/umd/sanddance-specs.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>sanddance-specs demo</title>
<script src="https://unpkg.com/vega@^5.22/build/vega.js" charset="utf-8"></script>
<script src="https://unpkg.com/vega@^5.24/build/vega.js" charset="utf-8"></script>
<script src="https://unpkg.com/@msrvida/sanddance-specs@1/dist/umd/sanddance-specs.js" charset="utf-8"></script>
</head>

Expand Down
2 changes: 1 addition & 1 deletion docs/tests/v4/umd/scatterplotTest.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="../../../dist/sanddance/v4/sanddance.css" />
<link rel="stylesheet" href="css/test.css" />
<script src="https://unpkg.com/vega@^5.22/build/vega.js" charset="utf-8"></script>
<script src="https://unpkg.com/vega@^5.24/build/vega.js" charset="utf-8"></script>
<script src="../../../dist/sanddance/v4/sanddance.js"></script>
</head>

Expand Down
2 changes: 1 addition & 1 deletion docs/tests/v4/umd/test.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="../../../dist/sanddance/v4/sanddance.css" />
<link rel="stylesheet" href="css/test.css" />
<script src="https://unpkg.com/vega@^5.22/build/vega.js" charset="utf-8"></script>
<script src="https://unpkg.com/vega@^5.24/build/vega.js" charset="utf-8"></script>
<script src="../../../dist/sanddance/v4/sanddance.js"></script>
</head>

Expand Down
2 changes: 1 addition & 1 deletion docs/tests/v4/umd/transforms.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="../../../dist/sanddance/v4/sanddance.css" />
<link rel="stylesheet" href="css/test.css" />
<script src="https://unpkg.com/vega@^5.22/build/vega.js" charset="utf-8"></script>
<script src="https://unpkg.com/vega@^5.24/build/vega.js" charset="utf-8"></script>
<script src="../../../dist/sanddance/v4/sanddance.js"></script>
</head>

Expand Down
2 changes: 1 addition & 1 deletion docs/tests/v4/umd/transition.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</head>

<body class="columns">
<script src="https://unpkg.com/vega@^5.22/build/vega.js" charset="utf-8"></script>
<script src="https://unpkg.com/vega@^5.24/build/vega.js" charset="utf-8"></script>
<script src="../../../dist/sanddance/v4/sanddance.js"></script>

<header>
Expand Down
2 changes: 1 addition & 1 deletion docs/tests/v4/umd/treeMapTest.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="../../../dist/sanddance/v4/sanddance.css" />
<link rel="stylesheet" href="css/test.css" />
<script src="https://unpkg.com/vega@^5.22/build/vega.js" charset="utf-8"></script>
<script src="https://unpkg.com/vega@^5.24/build/vega.js" charset="utf-8"></script>
<script src="../../../dist/sanddance/v4/sanddance.js"></script>
</head>

Expand Down
2 changes: 1 addition & 1 deletion docs/tests/v4/umd/vega-morphcharts.test.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<title>vega-morphcharts test</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="css/vega-morphcharts.test.css" />
<script src="https://unpkg.com/vega@^5.22/build/vega.js" charset="utf-8"></script>
<script src="https://unpkg.com/vega@^5.24/build/vega.js" charset="utf-8"></script>
<script src="../../../dist/vega-morphcharts/v1/vega-morphcharts.js"></script>
</head>

Expand Down
Loading

0 comments on commit 4650e57

Please sign in to comment.