aboutsummaryrefslogtreecommitdiff
path: root/api/pl.treksoft.kvision.chart.js/-chart/-chart-hover-options/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'api/pl.treksoft.kvision.chart.js/-chart/-chart-hover-options/index.html')
-rw-r--r--api/pl.treksoft.kvision.chart.js/-chart/-chart-hover-options/index.html46
1 files changed, 46 insertions, 0 deletions
diff --git a/api/pl.treksoft.kvision.chart.js/-chart/-chart-hover-options/index.html b/api/pl.treksoft.kvision.chart.js/-chart/-chart-hover-options/index.html
new file mode 100644
index 00000000..6ccacb95
--- /dev/null
+++ b/api/pl.treksoft.kvision.chart.js/-chart/-chart-hover-options/index.html
@@ -0,0 +1,46 @@
+<HTML>
+<HEAD>
+<meta charset="UTF-8">
+<title>Chart.ChartHoverOptions - kvision</title>
+<link rel="stylesheet" href="../../../../style.css">
+</HEAD>
+<BODY>
+<a href="../../../index.html">kvision</a>&nbsp;/&nbsp;<a href="../../index.html">pl.treksoft.kvision.chart.js</a>&nbsp;/&nbsp;<a href="../index.html">Chart</a>&nbsp;/&nbsp;<a href="./index.html">ChartHoverOptions</a><br/>
+<br/>
+<h1>ChartHoverOptions</h1>
+<code><span class="keyword">interface </span><span class="identifier">ChartHoverOptions</span></code>
+<h3>Properties</h3>
+<table>
+<tbody>
+<tr>
+<td>
+<p><a href="animation-duration.html">animationDuration</a></p>
+</td>
+<td>
+<code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">animationDuration</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html"><span class="identifier">Number</span></a><span class="symbol">?</span></code></td>
+</tr>
+<tr>
+<td>
+<p><a href="intersect.html">intersect</a></p>
+</td>
+<td>
+<code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">intersect</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html"><span class="identifier">Boolean</span></a><span class="symbol">?</span></code></td>
+</tr>
+<tr>
+<td>
+<p><a href="mode.html">mode</a></p>
+</td>
+<td>
+<code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">mode</span><span class="symbol">: </span><span class="keyword">dynamic</span></code></td>
+</tr>
+<tr>
+<td>
+<p><a href="on-hover.html">onHover</a></p>
+</td>
+<td>
+<code><span class="keyword">open</span> <span class="keyword">val </span><span class="identifier">onHover</span><span class="symbol">: </span><span class="symbol">(</span><span class="identifier">this</span><span class="symbol">:</span>&nbsp;<a href="../index.html"><span class="identifier">Chart</span></a><span class="symbol">,</span>&nbsp;<span class="identifier">event</span><span class="symbol">:</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/org.w3c.dom.events/-mouse-event/index.html"><span class="identifier">MouseEvent</span></a><span class="symbol">,</span>&nbsp;<span class="identifier">activeElements</span><span class="symbol">:</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html"><span class="identifier">Array</span></a><span class="symbol">&lt;</span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html"><span class="identifier">Any</span></a><span class="symbol">&gt;</span><span class="symbol">)</span>&nbsp;<span class="symbol">-&gt;</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html"><span class="identifier">Any</span></a></code></td>
+</tr>
+</tbody>
+</table>
+</BODY>
+</HTML>