The page that I am creating has several canvas elements which are made into piecharts. I would like to make it so that if I click on a particular section of a piechart, a popover is generated next to it with information about that particular section.
**So my specific question is: ** How can I generate a popover at a specific x and y location on the page? For example, if I was to calculate that the top right corner of the clicked section was at x: 295, y: 400, how would I place the popover that is generated at that position? Javascript or Jquery is fine