mirror of
https://github.com/apache/superset.git
synced 2026-04-21 17:14:57 +00:00
Minor fixes to sunburst (#4349)
* Minor fixes to sunburst closes https://github.com/apache/incubator-superset/issues/4340 * nit
This commit is contained in:
committed by
GitHub
parent
54d387598d
commit
1769804ffd
@@ -1112,9 +1112,10 @@ export const visTypes = {
|
||||
},
|
||||
secondary_metric: {
|
||||
label: t('Secondary Metric'),
|
||||
description: t('This secondary metric is used to ' +
|
||||
default: null,
|
||||
description: t('[optional] this secondary metric is used to ' +
|
||||
'define the color as a ratio against the primary metric. ' +
|
||||
'If the two metrics match, color is mapped level groups'),
|
||||
'When omitted, the color is categorical and based on labels'),
|
||||
},
|
||||
groupby: {
|
||||
label: t('Hierarchy'),
|
||||
|
||||
Reference in New Issue
Block a user