Show graph on tooltip hover (DataTable)

Hi @fishmax

Currently, it’s not possible to have other components like a dcc.Graph included in a DataTable. Support for embedded Graphs in Table Cell · Issue #292 · plotly/dash-table · GitHub

Here are some workarounds:

Use a static image of the graph in a tooltip: -DataTable Tooltips | Dash for Python Documentation | Plotly

Sparklines: Sparklines as Fonts! Embedding Minimal Sparklines in Tables & Components - #6 by AnnMarieW

Dash Bootstrap Componets has an HTML table that can include other components. It’s possible to have Tooltips and Modals etc that have dcc.Graph as content . https://dash-bootstrap-components.opensource.faculty.ai/