Skip to content

Commit

Permalink
rebuild dist again
Browse files Browse the repository at this point in the history
  • Loading branch information
birm committed Oct 14, 2024
1 parent b2c2e87 commit 9af797c
Show file tree
Hide file tree
Showing 6 changed files with 110,255 additions and 5 deletions.
10 changes: 7 additions & 3 deletions dist/config/wines.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"HAS_SETTINGS" : 0,
"DATA_RESOURCE_URL": "./config/wines.csv",
"DATA_FORMAT": "csv",
"LAYOUT": "left",
"VISUALIZATION_VIEW_CONFIGURATION": [
{
"id": "type",
Expand All @@ -19,7 +20,8 @@
"chartType": "PIE_CHART",
"fields": { "x": "wine_type" },
"size": [1, 1],
"priority": 50
"priority": 50,
"designation":"left"
},
{
"id": "type2",
Expand All @@ -29,15 +31,17 @@
"fields": { "y": "wine_type" },
"logScale": true,
"size": [1, 1],
"priority": 50
"priority": 50,
"designation":"left"
},
{
"id":"TextTest",
"title": "Quality Level",
"description": "Did you know that text exists?",
"chartType": "TEXT_CONTAINER",
"size": [1, 1],
"priority": 50
"priority": 50,
"designation":"left"
},
{
"id": "quality",
Expand Down
4 changes: 2 additions & 2 deletions dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@
<!-- END TCIA GLOBAL BRANDING - CUSTOM HEAD CODE -->

<title>TCIA Eaglescope</title>
<link rel="stylesheet" href="source.2fba7ef0.css"></head>
<link rel="stylesheet" href="source.df808fbf.css"></head>
<body>
<!-- BEGIN TCIA GLOBAL HEADER - CUSTOM BODY CODE -->
<nav class="navbar navbar-expand-lg navbar-dark bg-dark main-nav shadow"><!--fixed-top-->
Expand Down Expand Up @@ -338,7 +338,7 @@

<body>
<div id="root"></div>
<script src="source.70c47b6b.js"></script>
<script src="source.93086477.js"></script>
</body>


Expand Down
Loading

0 comments on commit 9af797c

Please sign in to comment.