Create a Rectangle Element with two children -- one for the icon and one for the text and anchor them to the parent.
That's quite simple. Write javascript code that will calculate x and y positions for different angles of the circle. Then instantiate your rectangles dynamically and place them in the calculated coordinates.The math involves calculating position of a point on a sloped line with distance equal to the radius of the circle (there is a right triangle there so it boils down to using sine or cosine).- how to put all these rectangles on the circle.
Bookmarks