This repository was archived by the owner on Jun 4, 2024. It is now read-only.
This repository was archived by the owner on Jun 4, 2024. It is now read-only.
Support for embedded Graphs in Table Cell #292
Open
Description
Hi,
I'm trying to embed a dash-common-component graph inside the cell of a dash-table. I have tried to generate the graph data and then adding it to the dash-table row data via:
thisrow["Results"] = dcc.Graph(id='id-1', figure=pass_percent_bar, config={'displayModeBar': False})
but this doesn't seem to work. Is there a way to embed a graph into the cell of a dash-table?
Thanks