Skip to content

Commit 1bfafbb

Browse files
committed
heading: 0. Preview of data
1 parent f3712d4 commit 1bfafbb

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

src/assets/synthetic-data.tsx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,11 @@ def run():
136136
'key': 'syntheticData.demo.description'
137137
}))
138138
139+
140+
setResult(json.dumps({
141+
'type': 'heading',
142+
'headingKey': 'syntheticData.dataSetPreview.heading'
143+
}))
139144
setResult(json.dumps(
140145
{'type': 'data-set-preview', 'data': ''}
141146
))

src/locales/en.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"downloadButton": "Download",
1717
"biasSettings": {
1818
"exportToPDF": "Download bias detection report as pdf",
19-
"exportToJSON": "Export clusters as json",
19+
"exportToJSON": "Export clusters as json",
2020
"form": {
2121
"fieldsets": {
2222
"data": {
@@ -93,7 +93,10 @@
9393
"columnsInDatasetInfo": "If detected data types are incorrect, please change this locally in the dataset before attaching it again.",
9494
"univariateCharts": "Univariate distributions of the attached dataset",
9595
"synthVsReal": "Univariate distributions of synthetic vs real data",
96-
"heatmapCorrelation": "Correlation matrix"
96+
"heatmapCorrelation": "Correlation matrix",
97+
"dataSetPreview": {
98+
"heading": "0. Preview of data"
99+
}
97100
},
98101

99102
"biasAnalysis": {

src/locales/nl.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,10 @@
9393
"columnsInDatasetInfo": "Als de gedetecteerd data types niet correct zijn, pas dit dan lokaal aan in de dataset voordat u deze opnieuw aan de app koppelt.",
9494
"univariateCharts": "Univariate distributies van de gekoppelde dataset",
9595
"synthVsReal": "Univariate distributies in synthetische vs originele data",
96-
"heatmapCorrelation": "Correlatiematrix"
96+
"heatmapCorrelation": "Correlatiematrix",
97+
"dataSetPreview": {
98+
"heading": "0. Preview van de data"
99+
}
97100
},
98101
"biasAnalysis": {
99102
"demo": {

0 commit comments

Comments
 (0)