What problem it solves: Users need a way to hide people marked “ExcludeFromTopola”
How to reproduce: export GEDCOM from Gramps containing 1 FACT ExcludeFromTopola
Expected behavior: An optional view: “All relatives (hide excluded)” (or a Settings toggle
Actual behavior: Without it, people maked as excluded still show in the rendered tree
Proposed implementation: Add a new view + filtered data before chart rendering.
Locally, I refactored three files (app, chart, and top menu) to achieve the desired result. See screenshot.

What problem it solves: Users need a way to hide people marked “ExcludeFromTopola”
How to reproduce: export GEDCOM from Gramps containing 1 FACT ExcludeFromTopola
Expected behavior: An optional view: “All relatives (hide excluded)” (or a Settings toggle
Actual behavior: Without it, people maked as excluded still show in the rendered tree
Proposed implementation: Add a new view + filtered data before chart rendering.
Locally, I refactored three files (app, chart, and top menu) to achieve the desired result. See screenshot.