mirror of
https://github.com/apache/superset.git
synced 2026-04-21 17:14:57 +00:00
* fixing histogram axes and colors, adding normalized and x-axis label options * adding y-axis label option
This commit is contained in:
@@ -1985,5 +1985,13 @@ export const controls = {
|
||||
description: t('Whether to fill the objects'),
|
||||
default: false,
|
||||
},
|
||||
|
||||
normalized: {
|
||||
type: 'CheckboxControl',
|
||||
label: t('Normalized'),
|
||||
renderTrigger: true,
|
||||
description: t('Whether to normalize the histogram'),
|
||||
default: false,
|
||||
},
|
||||
};
|
||||
export default controls;
|
||||
|
||||
@@ -1110,6 +1110,8 @@ export const visTypes = {
|
||||
controlSetRows: [
|
||||
['color_scheme'],
|
||||
['link_length'],
|
||||
['x_axis_label', 'y_axis_label'],
|
||||
['normalized'],
|
||||
],
|
||||
},
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user