Skip to content

Commit

Permalink
finished issue #21
Browse files Browse the repository at this point in the history
  • Loading branch information
giorgi-ghviniashvili committed Apr 15, 2021
1 parent a69b773 commit dbfc255
Show file tree
Hide file tree
Showing 7 changed files with 4,302 additions and 2,823 deletions.
8 changes: 4 additions & 4 deletions sandbox/vega-gemini/gemini-count.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<div>
<button onclick="play()">Animate</button>
</div>
<div id="view"></div>
<div id="view" style="width: 100%; height: 300px;"></div>

<script>
const salary = [
Expand Down Expand Up @@ -97,8 +97,8 @@
const specInter = gemini.vl2vg4gemini({
$schema: 'https://vega.github.io/schema/vega-lite/v5.json',
description: '',
width: 500,
height: 250,
width: "container",
height: "container",
data: {
values: intData
},
Expand Down Expand Up @@ -167,7 +167,7 @@
return {
$schema: 'https://vega.github.io/schema/vega-lite/v5.json',
description: '',
width: 500,
width: "container",
height: 250,
data: {
values: data
Expand Down

0 comments on commit dbfc255

Please sign in to comment.