Skip to content

Commit

Permalink
Deploying to gh-pages from @ b4663af 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
birm committed Oct 10, 2024
1 parent e850336 commit 1dbf907
Show file tree
Hide file tree
Showing 8 changed files with 25 additions and 20 deletions.
7 changes: 5 additions & 2 deletions config/wines.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"HAS_SETTINGS" : "Anything trurthy is true for these boolean fields, including FALSE.",
"DATA_RESOURCE_URL": "./config/wines.csv",
"DATA_FORMAT": "csv",
"LAYOUT": "left",
"VISUALIZATION_VIEW_CONFIGURATION": [
{
"id": "type",
Expand All @@ -16,7 +17,8 @@
"chartType": "PIE_CHART",
"fields": { "x": "wine_type" },
"size": [1, 1],
"priority": 50
"priority": 50,
"designation":"left"
},
{
"id": "quality",
Expand All @@ -25,7 +27,8 @@
"chartType": "BAR_CHART",
"fields": { "x": "quality_label" },
"size": [1, 1],
"priority": 50
"priority": 50,
"designation":"left"
},
{
"id": "histogram",
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!DOCTYPE html><html><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"><link rel="icon shortcut" href="favicon.a348c8cf.ico"><title>EagleScope</title><link rel="stylesheet" href="source.b4832004.css"><body> <div id="root"></div> <script src="source.86032b55.js"></script> </body></html>
<!DOCTYPE html><html><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"><link rel="icon shortcut" href="favicon.a348c8cf.ico"><title>EagleScope</title><link rel="stylesheet" href="source.c0e0fbe3.css"><body> <div id="root"></div> <script src="source.fd20316f.js"></script> </body></html>
1 change: 0 additions & 1 deletion source.86032b55.js.map

This file was deleted.

1 change: 0 additions & 1 deletion source.b4832004.css.map

This file was deleted.

4 changes: 2 additions & 2 deletions source.b4832004.css → source.c0e0fbe3.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions source.c0e0fbe3.css.map

Large diffs are not rendered by default.

28 changes: 15 additions & 13 deletions source.86032b55.js → source.fd20316f.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions source.fd20316f.js.map

Large diffs are not rendered by default.

0 comments on commit 1dbf907

Please sign in to comment.