Skip to content

Commit

Permalink
change wine demo to default
Browse files Browse the repository at this point in the history
  • Loading branch information
birm committed Nov 9, 2023
1 parent f767141 commit d38cf18
Show file tree
Hide file tree
Showing 32 changed files with 1,895 additions and 78 deletions.
18 changes: 0 additions & 18 deletions config/router.json

This file was deleted.

60 changes: 53 additions & 7 deletions config/data.json → config/wines.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"HOME_URL": "https://pathdb.cancerimagingarchive.net/",
"HOME_URL": "https://github.com/sharmalab/eaglescope/",
"HEIGHT_OF_VIS_HEADER": 20,
"TITLE": "PRISM Collection Explorer",
"TITLE": "Eaglescope Demo | Wines",
"MARGIN_OF_VIS": [10, 10],
"UNIT_OF_GRID_VIEW": [230, 210],
"MARGIN_OF_GRID_VIEW": [10, 10],
"DATA_RESOURCE_URL": "../config/wines.csv",
"DATA_RESOURCE_URL": "./config/wines.csv",
"DATA_FORMAT": "csv",
"VISUALIZATION_VIEW_CONFIGURATION": [
{
Expand Down Expand Up @@ -71,14 +71,60 @@
"priority": 50
},
{
"id": "scatter",
"title": "scatter",
"description": "scatter",
"id": "Sugar and pH",
"title": "Sugar and pH",
"description": "Sugar and pH scatter",
"chartType": "SCATTER_CHART",
"fields": { "x": "volatile acidity", "y": "citric acid" },
"fields": { "x": "residual sugar", "y": "pH" },
"binsCount": 50,
"size": [2, 2],
"priority": 50
},
{
"id": "collection_data_table",
"title": "Collection Data Table",
"description": "Showing Collection Data",
"chartType": "VIS_DATA_TABLE",
"fields": [
{
"dataKey": "wine_type",
"label": "Wine Type"
},
{
"dataKey": "quality",
"label": "Quality"
},
{
"dataKey": "alcohol",
"label": "Alcohol"
},
{
"dataKey": "sulphates",
"label": "Sulphates"
},
{
"dataKey": "pH",
"label": "Wine pH"
},
{
"dataKey": "total sulfur dioxide",
"label": "Total Sulfur Dioxide"
},
{
"dataKey": "free sulfur dioxide",
"label": "Free Sulfur Dioxide"
},
{
"dataKey": "volatile acidity",
"label": "Volatile Acidity"
},
{
"dataKey": "citric acid",
"label": "Citric Acid"
}
],
"size": [4, 2],
"priority": 10
}
]
}
2 changes: 1 addition & 1 deletion docs/BarChart.5f4d3c70.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/BarChart.5f4d3c70.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/DensityChart.25818996.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/DensityChart.25818996.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/Heatmap.9c081d3f.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/Heatmap.9c081d3f.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/Histogram.3148aeff.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/Histogram.3148aeff.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/HorizontalBarChart.fcfb2c72.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/HorizontalBarChart.fcfb2c72.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/KMCurve.b8405d3d.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/KMCurve.b8405d3d.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/ParallelCoordinates.f76efbe7.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit d38cf18

Please sign in to comment.