Click here to Skip to main content
15,881,882 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
http://www.modelcup.co.za/opportunity.htm
Posted
Comments
BillWoodruff 3-Nov-14 6:30am    
What would a diagram like that with "dynamic data" do: how would the user interact with it ?
Member 10921140 3-Nov-14 6:37am    
It would be a personal business website and I will add tool-tip for every user or will give a name with image
BillWoodruff 3-Nov-14 7:06am    
Do you mean that if you hovered over an icon representing someone in the inner circle of salespeople you'd get a pop-up window of some kind showing their name and picture ?

What happens when you add new users at different levels, and/or you have so many users at some level you don't have room to represent them all as icons ?

I'd suggest you use a TreeView.
Member 10921140 3-Nov-14 7:18am    
I have implemented tree view already but now I want a webpage like www.modelcup.co.za/opportunity.htm image,Thank you
BillWoodruff 3-Nov-14 10:05am    
I was thinking of a TreeView working together with the circular graph: to solve the problem of having too many levels, too many sellers on any given level. The selected Node (with children) in the TreeView could be used to filter from the group of all sellers, to achieve visual clarity.

To implement a dynamic version of this kind of graphic display, linked to a database, for use on any given web-browser, would be a major project. You would almost certainly want to use a 3rd. party charting/graphing software library: unless you are an advanced web-programmer and have several months of time to work it out yourself.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900