I am trying to create a round diagram where I want to show a div when users hover over each section (arcs).
Initially, I thought about using canvas like in this example: . However, I am facing difficulties drawing an arc in canvas. Should I explore other technologies to achieve this instead?