mirror of
https://github.com/apache/superset.git
synced 2026-05-12 19:35:17 +00:00
feat(chart & legend): make to enable show legend by default (#19927)
This commit is contained in:
@@ -128,7 +128,7 @@ const config: ControlPanelConfig = {
|
||||
type: 'CheckboxControl',
|
||||
label: t('Legend'),
|
||||
renderTrigger: true,
|
||||
default: false,
|
||||
default: true,
|
||||
description: t('Whether to display the legend (toggles)'),
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user