当鼠标悬停在R中的小册子中的圆圈时显示折线

时间:2017-06-13 12:23:18

标签: r ggplot2 leaflet r-leaflet

我有一个流程图 - 使用R

中的传单
JspWriter out = this.pageContext.getOut();
out.append(script);

enter image description here

Something like this

我想要做的是 - 默认地图应该包含所有圆圈 - 当我将鼠标悬停在圆点上时 - 它应该只显示从该圆圈开始的所有折线(如链接所示)。 enter image description here

1 个答案:

答案 0 :(得分:0)

Haven没有尝试过,但这是我要遵循的方法:

a)为每个线组创建不同的图层组。

b)将圆形标记图层设置为交互式(Leaflet有此选项)。

c)使用鼠标悬停'并且' mouseout' Leaflet支持的事件。

d)使用show / hide方法仅显示连接到" hovered"的图层组(线)。圆圈标记。我认为你可以使用Leaflet方法显示/隐藏(否则,jQuery可能会有用)。