mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
parent
acbdf48b6a
commit
cc556b7433
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ export class VisualizeEmbeddableFactory extends EmbeddableFactory {
|
|||
uiState: uiState,
|
||||
// Append visualization to container instead of replacing its content
|
||||
append: true,
|
||||
cssClass: `panel-content ${savedObject.vis.type.name}`,
|
||||
cssClass: `panel-content`,
|
||||
// The chrome is permanently hidden in "embed mode" in which case we don't want to show the spy pane, since
|
||||
// we deem that situation to be more public facing and want to hide more detailed information.
|
||||
showSpyPanel: !chrome.getIsChromePermanentlyHidden(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue