diff --git a/public/app/plugins/panel/canvas/module.tsx b/public/app/plugins/panel/canvas/module.tsx index a3b0a04ba13..8c3c9a4c9ad 100644 --- a/public/app/plugins/panel/canvas/module.tsx +++ b/public/app/plugins/panel/canvas/module.tsx @@ -18,9 +18,9 @@ export const addStandardCanvasEditorOptions = (builder: PanelOptionsEditorBuilde builder.addBooleanSwitch({ path: 'showAdvancedTypes', - name: 'Show advanced element types', - description: '', - defaultValue: false, + name: 'Experimental element types', + description: 'Enable selection of experimental element types', + defaultValue: true, }); };