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.
我正在使用 echarts 世界地图来显示我的项目中的位置关系。我的要求是,当我单击一个位置时,我想像工具提示一样显示一个弹出框。这怎么可能。请帮忙
在我看来,你可以通过tooltip. tooltip.triggerOn控制 tooltip 的条件,它的默认值是mousemove当你的鼠标移动到某个位置时 tooltip 会显示。如果您想在单击位置时显示工具提示,您可以将值设置为tooltip.triggerOn。click
tooltip
tooltip.triggerOn
mousemove
click