Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否可以在图表中始终显示工具提示?我知道有可能让它出现在鼠标上使用
new Tooltip(chart,"default");
问题dijit/Tooltip在于它是围绕单例模式构建的,因此您一次不能显示多个工具提示。
dijit/Tooltip
查看Dojo Bootstrap ( GitHub ),即Dojo 的 Twitter Bootstrap及其Tooltip或Popover。它们是可靠的替代品。
Tooltip
Popover