Skip to content

Commit 255a246

Browse files
committed
update doc for tooltip's enterable
1 parent d75f309 commit 255a246

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

doc/doc-en.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1565,6 +1565,12 @@ <h4>tooltip<a name="Tooltip"> </a></h4>
15651565
<td> 0.4 </td>
15661566
<td> The duration in seconds of the animated transition. If you want the tooltip to follow the mouse as it moves across a point or chart, setting showDelay to 0 is the key, but setting transitionDuration to 0 can also make a difference in interactive experiences. </td>
15671567
</tr>
1568+
1569+
<tr>
1570+
<td> <b>{boolean}</b> enterable </td>
1571+
<td> false </td>
1572+
<td> Specifies whether to let the mouse go into the tip dom, default to false. Let it be true if you need interaction like link | button etc. </td>
1573+
</tr>
15681574
<tr>
15691575
<td> <b>{color}</b> backgroundColor </td>
15701576
<td> 'rgba(0,0,0,0.7)' </td>

doc/doc.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1565,6 +1565,11 @@ <h4>tooltip<a name="Tooltip"> </a></h4>
15651565
<td> 0.4 </td>
15661566
<td> 动画变换时长,单位s,如果你希望tooltip的跟随实时响应,showDelay设置为0是关键,同时transitionDuration设0也会有交互体验上的差别。 </td>
15671567
</tr>
1568+
<tr>
1569+
<td> <b>{boolean}</b> enterable </td>
1570+
<td> false </td>
1571+
<td> 鼠标是否可进入详情气泡中,默认为false,如需详情内交互,如添加链接,按钮,可设置为true。 </td>
1572+
</tr>
15681573
<tr>
15691574
<td> <b>{color}</b> backgroundColor </td>
15701575
<td> 'rgba(0,0,0,0.7)' </td>

0 commit comments

Comments
 (0)