summaryrefslogtreecommitdiff
path: root/api/pl.treksoft.kvision.chart.js/-chart/-chart-hover-options
diff options
context:
space:
mode:
Diffstat (limited to 'api/pl.treksoft.kvision.chart.js/-chart/-chart-hover-options')
-rw-r--r--api/pl.treksoft.kvision.chart.js/-chart/-chart-hover-options/animation-duration.html14
-rw-r--r--api/pl.treksoft.kvision.chart.js/-chart/-chart-hover-options/index.html46
-rw-r--r--api/pl.treksoft.kvision.chart.js/-chart/-chart-hover-options/intersect.html14
-rw-r--r--api/pl.treksoft.kvision.chart.js/-chart/-chart-hover-options/mode.html14
-rw-r--r--api/pl.treksoft.kvision.chart.js/-chart/-chart-hover-options/on-hover.html14
5 files changed, 102 insertions, 0 deletions
diff --git a/api/pl.treksoft.kvision.chart.js/-chart/-chart-hover-options/animation-duration.html b/api/pl.treksoft.kvision.chart.js/-chart/-chart-hover-options/animation-duration.html
new file mode 100644
index 00000000..1afd83a3
--- /dev/null
+++ b/api/pl.treksoft.kvision.chart.js/-chart/-chart-hover-options/animation-duration.html
@@ -0,0 +1,14 @@
+<HTML>
+<HEAD>
+<meta charset="UTF-8">
+<title>Chart.ChartHoverOptions.animationDuration - 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>&nbsp;/&nbsp;<a href="./animation-duration.html">animationDuration</a><br/>
+<br/>
+<h1>animationDuration</h1>
+<a name="pl.treksoft.kvision.chart.js.Chart.ChartHoverOptions$animationDuration"></a>
+<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>
+</BODY>
+</HTML>
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>
diff --git a/api/pl.treksoft.kvision.chart.js/-chart/-chart-hover-options/intersect.html b/api/pl.treksoft.kvision.chart.js/-chart/-chart-hover-options/intersect.html
new file mode 100644
index 00000000..bda21677
--- /dev/null
+++ b/api/pl.treksoft.kvision.chart.js/-chart/-chart-hover-options/intersect.html
@@ -0,0 +1,14 @@
+<HTML>
+<HEAD>
+<meta charset="UTF-8">
+<title>Chart.ChartHoverOptions.intersect - 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>&nbsp;/&nbsp;<a href="./intersect.html">intersect</a><br/>
+<br/>
+<h1>intersect</h1>
+<a name="pl.treksoft.kvision.chart.js.Chart.ChartHoverOptions$intersect"></a>
+<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>
+</BODY>
+</HTML>
diff --git a/api/pl.treksoft.kvision.chart.js/-chart/-chart-hover-options/mode.html b/api/pl.treksoft.kvision.chart.js/-chart/-chart-hover-options/mode.html
new file mode 100644
index 00000000..2a7581cc
--- /dev/null
+++ b/api/pl.treksoft.kvision.chart.js/-chart/-chart-hover-options/mode.html
@@ -0,0 +1,14 @@
+<HTML>
+<HEAD>
+<meta charset="UTF-8">
+<title>Chart.ChartHoverOptions.mode - 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>&nbsp;/&nbsp;<a href="./mode.html">mode</a><br/>
+<br/>
+<h1>mode</h1>
+<a name="pl.treksoft.kvision.chart.js.Chart.ChartHoverOptions$mode"></a>
+<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>
+</BODY>
+</HTML>
diff --git a/api/pl.treksoft.kvision.chart.js/-chart/-chart-hover-options/on-hover.html b/api/pl.treksoft.kvision.chart.js/-chart/-chart-hover-options/on-hover.html
new file mode 100644
index 00000000..41c3ba82
--- /dev/null
+++ b/api/pl.treksoft.kvision.chart.js/-chart/-chart-hover-options/on-hover.html
@@ -0,0 +1,14 @@
+<HTML>
+<HEAD>
+<meta charset="UTF-8">
+<title>Chart.ChartHoverOptions.onHover - 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>&nbsp;/&nbsp;<a href="./on-hover.html">onHover</a><br/>
+<br/>
+<h1>onHover</h1>
+<a name="pl.treksoft.kvision.chart.js.Chart.ChartHoverOptions$onHover"></a>
+<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>
+</BODY>
+</HTML>