You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: superset-frontend/temporary_superset_ui/superset-ui/plugins/legacy-plugin-chart-world-map/src/controlPanel.js
+13-4
Original file line number
Diff line number
Diff line change
@@ -52,7 +52,8 @@ export default {
52
52
],
53
53
},
54
54
{
55
-
label: t('Bubbles'),
55
+
label: t('Options'),
56
+
expanded: true,
56
57
controlSetRows: [
57
58
[
58
59
{
@@ -79,21 +80,29 @@ export default {
79
80
},
80
81
},
81
82
],
83
+
['color_picker'],
84
+
['linear_color_scheme'],
82
85
],
83
86
},
84
87
],
85
88
controlOverrides: {
86
89
entity: {
87
-
label: t('Country Control'),
90
+
label: t('Country Column'),
88
91
description: t('3 letter code of the country'),
89
92
},
90
93
metric: {
91
-
label: t('Metric for color'),
94
+
label: t('Metric for Color'),
92
95
description: t('Metric that defines the color of the country'),
93
96
},
94
97
secondary_metric: {
95
-
label: t('Bubble size'),
98
+
label: t('Bubble Size'),
96
99
description: t('Metric that defines the size of the bubble'),
Copy file name to clipboardexpand all lines: superset-frontend/temporary_superset_ui/superset-ui/plugins/legacy-plugin-chart-world-map/src/transformProps.js
+6-1
Original file line number
Diff line number
Diff line change
@@ -16,15 +16,20 @@
16
16
* specific language governing permissions and limitations
0 commit comments