Re: Concentric circles representing decreasing numbers of people in an organisational hierarchy

Hello Philip,

This mailing list is for discussing new additions to the SVG standards. It
isn't a help forum.  Maybe try StackOverflow
<https://stackoverflow.com/questions/tagged/svg>?

For zoomable circle hierarchies, D3 should be able to help, although there
might be easier-to-use solutions available in other libraries.

Best
~Amelia Bellamy-Royds



On Tue, 18 Jun 2019 at 08:34, Philip Rhoades <phil@pricom.com.au> wrote:

> People,
>
> On a web page I would like to:
>
> - Produce an organisational hierarchy Venn diagram consisting of
> concentric circles inside a bounding square where the area of each
> circle represents the numbers of people at each level of the hierarchy.
>
> - I would like this diagram to be clickable so that if a particular
> circle is clicked, that circle will zoom to till bounded by the square.
>
> I presume this sort of thing is possible?  Anyone know of something that
> will already do what I want?
>
> Thanks!
>
> Phil.
> --
> Philip Rhoades
>
> PO Box 896
> Cowra  NSW  2794
> Australia
> E-mail:  phil@pricom.com.au
>
>

Received on Tuesday, 18 June 2019 16:14:03 UTC