Chart Embed
Charts embedded in scroll and dialog hosts — overlay chrome escapes clip via ChartOverlayLayer and position: fixed tooltips.
- Dashboard tiles inside ScrollArea where tooltips must not clip.
- Modal analytics with Dialog and chart tooltips.
- Set
embed_mode=ChartEmbedMode::ScrollHostwhen the chart sits in a scroll parent. - Set
embed_mode=ChartEmbedMode::DialogHostfor charts inside dialogs. - Enable
tooltipso the overlay layer demonstrates fixed positioning.
Scroll and dialog embed
Bar chart in a clipped scroll area and inside a dialog — tooltips use fixed positioning.