Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Shared iframe in v4.5.x vs shared iframe in v5.x.x #7462

Closed
Emidomenge opened this issue Jun 15, 2016 · 3 comments
Closed

Shared iframe in v4.5.x vs shared iframe in v5.x.x #7462

Emidomenge opened this issue Jun 15, 2016 · 3 comments

Comments

@Emidomenge
Copy link

Here a shared iframe in v4.5.x :
kibana_4_5_x

And here a shared iframe in v5.x.x :
kibana_5_x_x

I liked very much iframe in v4.5.x because my clients could only see/watch the graph itself.

Iframes in v5.x.x are bad in this point because my clients can now click on 'New' 'Save' 'Share' 'Load' which is something that I don't want my clients are able to do.

I don't know if it's possible to edit/remove this bar displayed at the top by editing the iframe url insrc="...." like :

params:(addLegend:!f,addTooltip:!f,addTimeMarker:!f,isDonut:!t,shareYAxis:!t)

Ideally I would like to display/share my iframe v5.x.x like this :
kibana_5_x_x_edit

Any suggestions ? Thanks !

@epixa
Copy link
Contributor

epixa commented Jun 15, 2016

Thanks for the report. This should be fixed in the alpha4 release: #7309

@epixa epixa closed this as completed Jun 15, 2016
@epixa
Copy link
Contributor

epixa commented Jun 15, 2016

Ah sorry, to clarify: The whole top bar will disappear in embedded dashboards in alpha4, so it'll be similar to how embedded dashboards work in 4.x. At least for the foreseeable future, we probably won't be selectively allowing certain top bar functions (like title and timepicker).

@Emidomenge
Copy link
Author

@epixa Great ! Allowing certain top bar functions would be nice. Hope to see this in next releases !

cee-chen added a commit that referenced this issue Mar 22, 2024
`v93.3.0`⏩ `v93.4.0`

---

## [`v93.4.0`](https://github.com/elastic/eui/releases/v93.4.0)

- Added the following properties to `EuiButtonGroup`'s `options`
configs: `toolTipContent`, `toolTipProps`, and `title`. These new
properties allow wrapping buttons in `EuiToolTips`, and additionally
customizing or disabling the native browser `title` tooltip.
([#7461](elastic/eui#7461))
- Enhanced `EuiResizeObserver` and `useResizeObserver`'s performance to
not trigger page reflows on resize event
([#7575](elastic/eui#7575))
- Updated `EuiSuperUpdateButton` to support custom button text via an
optional `children` prop
([#7576](elastic/eui#7576))

**Bug fixes**

- Fixed `EuiFlyout` to not repeatedly remove/add a body class on resize
([#7462](elastic/eui#7462))
- Fixed `EuiToast` title text to wrap instead of overflowing out of the
container ([#7568](elastic/eui#7568))
- Fixed a visual bug with `EuiHeaderBreadcrumbs` with popovers
([#7580](elastic/eui#7580))

**Deprecations**

- Deprecated `euiPalettePositive` and `euiPaletteNegative` in favour of
a more culturally inclusive `euiPaletteGreen` and `euiPaletteRed`
([#7570](elastic/eui#7570))
- Deprecated all charts theme exports in favor of `@elastic/charts`
exports: ([#7572](elastic/eui#7572))
- Deprecated `EUI_CHARTS_THEME_<DARK|LIGHT>` in favor of
`<DARK|LIGHT>_THEME` from `@elastic/charts`.
([#7572](elastic/eui#7572))
- Deprecated `EUI_SPARKLINE_THEME_PARTIAL` in favor of
`useSparklineOverrides` theme from the kibana `charts` plugin `theme`
service.

**Accessibility**

- Updated `EuiModal` to set an `aria-modal` attribute and a default
`dialog` role ([#7564](elastic/eui#7564))
- Updated `EuiConfirmModal` to set a default `alertdialog` role
([#7564](elastic/eui#7564))
- Fixed `EuiModal` and `EuiConfirmModal` to properly trap
Safari+VoiceOver's virtual cursor
([#7564](elastic/eui#7564))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants