magicsunday / webtrees-fan-chart

SVG based ancestor fan chart module for webtrees genealogy application.
GNU General Public License v3.0
59 stars 18 forks source link

add "reverse" update of fan chart #25

Open coret opened 5 years ago

coret commented 5 years ago

A user can click on an ancestor in the fan chart, the chart is then updated where this person becomes the proband (or root). This can be repeated to "zoom in" to deeper parts of the ancestry.

But, there is currently no means to reverse this process, eg. you can't click back to the "original" root. Maybe attach an right-click event to the root person of the chart which calls a "zoom out" function?

ekdahl commented 5 years ago

This is a feature I also miss. Need to update the page to get back.

ekdahl commented 5 years ago

Here's an example of a wheel that can zoom out: https://www.jasondavies.com/coffee-wheel/ It also has some nice animations when zooming.