mirror of
https://github.com/apache/superset.git
synced 2026-04-28 04:25:07 +00:00
feat: Add ValuePercent option to LABEL TYPE for Pie and Funnel charts (#26407)
This commit is contained in:
@@ -107,6 +107,7 @@ const config: ControlPanelConfig = {
|
||||
['key_value', t('Category and Value')],
|
||||
['key_percent', t('Category and Percentage')],
|
||||
['key_value_percent', t('Category, Value and Percentage')],
|
||||
['value_percent', t('Value and Percentage')],
|
||||
],
|
||||
description: t('What should be shown on the label?'),
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user