GitHub user dosubot[bot] added a comment to the discussion: Is there a way to embed a Bar Chart within a Pivot Table in Apache Superset?
<!-- Answer --> Superset's Pivot Table currently only supports static HTML/CSS for in-cell visualsâinteractive charts or sparklines inside table cells aren't natively supported, and there are no existing plugins or workarounds for this. Achieving true interactivity would require frontend development: you'd need to extend the cell rendering logic in the Pivot Table plugin (specifically in `TableRenderers.jsx`) to allow React components or a cellRenderer callback, rather than just formatted strings or HTML. This is a significant but targeted refactor. If you're interested in building this, Superset's documentation and community resources offer guides on creating custom visualization plugins, which could help you extend or replace the current table renderer ([resource link](https://github.com/apache/superset/wiki/Community-Resource-Library)). Let me know if you want technical pointers or a more detailed roadmap for custom development. <!-- Dosu Comment Footer --> *To reply, just mention [@dosu](https://go.dosu.dev/dosubot).* --- <sup>How did I do? [Good](https://app.dosu.dev/response-feedback/ed1f7bbe-0852-48a4-8200-f126162fb2b5?feedback_type=great_response) | [Irrelevant](https://app.dosu.dev/response-feedback/ed1f7bbe-0852-48a4-8200-f126162fb2b5?feedback_type=irrelevant_answer) | [Incorrect](https://app.dosu.dev/response-feedback/ed1f7bbe-0852-48a4-8200-f126162fb2b5?feedback_type=incorrect_sources) | [Verbose](https://app.dosu.dev/response-feedback/ed1f7bbe-0852-48a4-8200-f126162fb2b5?feedback_type=too_verbose) | [Hallucination](https://app.dosu.dev/response-feedback/ed1f7bbe-0852-48a4-8200-f126162fb2b5?feedback_type=hallucination) | [Report đ](https://app.dosu.dev/response-feedback/ed1f7bbe-0852-48a4-8200-f126162fb2b5?feedback_type=bug_report) | [Other](https://app.dosu.dev/response-feedback/ed1f7bbe-0852-48a4-8200-f126162fb2b5?feedback_type=other)</sup> [](https://app.dosu.dev/a28d3c7e-a9d3-459e-9fb6-3a6f9ff4f357/ask?utm_source=github)& nbsp;[](https://go.dosu.dev/discord-bot) [](https://twitter.com/intent/tweet?text=%40dosu_ai%20helped%20me%20solve%20this%20issue!&url=https%3A//github.com/apache/superset/discussions/35053) GitHub link: https://github.com/apache/superset/discussions/35053#discussioncomment-14339048 ---- This is an automatically sent email for notifications@superset.apache.org. To unsubscribe, please send an email to: notifications-unsubscr...@superset.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org For additional commands, e-mail: notifications-h...@superset.apache.org