mirror of
https://github.com/apache/superset.git
synced 2026-05-12 19:35:17 +00:00
Added label+percent and label+value display options to pie chart (#3565)
This commit is contained in:
committed by
Maxime Beauchemin
parent
9baca6758d
commit
f8cc05b54e
@@ -943,6 +943,8 @@ export const controls = {
|
||||
['key', 'Category Name'],
|
||||
['value', 'Value'],
|
||||
['percent', 'Percentage'],
|
||||
['key_value', 'Category and Value'],
|
||||
['key_percent', 'Category and Percentage'],
|
||||
],
|
||||
description: t('What should be shown on the label?'),
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user