-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
- Loading branch information
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,88 @@ | ||
{ | ||
"HOME_URL": "https://pathdb.cancerimagingarchive.net/", | ||
"HEIGHT_OF_VIS_HEADER": 40, | ||
"TITLE": "PRISM Collection Explorer", | ||
"MARGIN_OF_VIS": [30, 10], | ||
"UNIT_OF_GRID_VIEW": [230, 230], | ||
"MARGIN_OF_GRID_VIEW": [10, 10], | ||
"DATA_RESOURCE_URL": "./config/wines.csv", | ||
"DATA_FORMAT": "csv", | ||
"THEME_COLOR": "#007bff", | ||
"VISUALIZATION_VIEW_CONFIGURATION": [ | ||
{ | ||
"id": "quality", | ||
"title": "Quality Level", | ||
"description": "Quality Level", | ||
"chartType": "BAR_CHART", | ||
"fields": { "x": "quality_label" }, | ||
"size": [2, 1], | ||
"priority": 50 | ||
}, | ||
{ | ||
"id": "v_acidity", | ||
"title": "Volatile Acidity", | ||
"description": "Volatile Acidity", | ||
"chartType": "HISTOGRAM", | ||
"fields": { "x": "volatile acidity" }, | ||
"binsCount": 50, | ||
"size": [2, 1], | ||
"priority": 50 | ||
}, | ||
{ | ||
"id": "vc_acidity", | ||
"title": "Volatile and Citric Acidity", | ||
"description": "Volatile and Citric Acidity", | ||
"chartType": "SCATTER_CHART", | ||
"fields": { "x": "volatile acidity", "y": "citric acid" }, | ||
"binsCount": 30, | ||
"size": [2, 2], | ||
"priority": 50 | ||
}, | ||
{ | ||
"id": "props", | ||
"title": "Properties", | ||
"description": "Properties", | ||
"chartType": "PARALLEL_COORDINATES", | ||
"fields": { | ||
"y": ["citric acid", "volatile acidity", "sulphates", "residual sugar"] | ||
}, | ||
"binsCount": 50, | ||
"size": [2, 2], | ||
"priority": 50 | ||
}, | ||
{ | ||
"id": "density", | ||
"title": "Properties", | ||
"description": "Properties", | ||
"chartType": "DENSITY_2D", | ||
"fields": { | ||
"x": "residual sugar", | ||
"y": "free sulfur dioxide" | ||
}, | ||
"size": [2, 1], | ||
"priority": 50 | ||
}, | ||
{ | ||
"id": "heatmap", | ||
"title": "Heatmap", | ||
"description": "Heatmap", | ||
"chartType": "HEATMAP", | ||
"fields": { | ||
"y": "wine_type", | ||
"x": "quality_label", | ||
"z": "residual sugar" | ||
}, | ||
"size": [2, 1], | ||
"priority": 50 | ||
}, | ||
{ | ||
"id": "type", | ||
"title": "Wine Type", | ||
"description": "Wine Type", | ||
"chartType": "PIE_CHART", | ||
"fields": { "x": "wine_type" }, | ||
"size": [1, 1], | ||
"priority": 50 | ||
} | ||
] | ||
} |
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.3256e7ab.css"><body> <div id="root"></div> <script src="source.56bfa686.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.39baaf26.css"><body> <div id="root"></div> <script src="source.22420e25.js"></script> </body></html> |