0

Is there any way to get all the text annotations on annotorious.js's boxes to show at once instead of hovering over each? Like when there are more than 1 text annotations.

enter image description here

Ekin
  • 11
  • 2

1 Answers1

0

Unfortunately that's not possible. The implementation has only one popup, which is reused (=opened and positioned) on selection. You would have to build your own popup elements and arrange them with the boxes I guess.