aboutsummaryrefslogtreecommitdiff
path: root/api/pl.treksoft.kvision.chart/-point-options
diff options
context:
space:
mode:
Diffstat (limited to 'api/pl.treksoft.kvision.chart/-point-options')
-rw-r--r--api/pl.treksoft.kvision.chart/-point-options/-init-.html15
-rw-r--r--api/pl.treksoft.kvision.chart/-point-options/background-color.html14
-rw-r--r--api/pl.treksoft.kvision.chart/-point-options/border-color.html14
-rw-r--r--api/pl.treksoft.kvision.chart/-point-options/border-width.html14
-rw-r--r--api/pl.treksoft.kvision.chart/-point-options/hit-radius.html14
-rw-r--r--api/pl.treksoft.kvision.chart/-point-options/hover-border-width.html14
-rw-r--r--api/pl.treksoft.kvision.chart/-point-options/hover-radius.html14
-rw-r--r--api/pl.treksoft.kvision.chart/-point-options/index.html112
-rw-r--r--api/pl.treksoft.kvision.chart/-point-options/point-style.html14
-rw-r--r--api/pl.treksoft.kvision.chart/-point-options/radius.html14
10 files changed, 239 insertions, 0 deletions
diff --git a/api/pl.treksoft.kvision.chart/-point-options/-init-.html b/api/pl.treksoft.kvision.chart/-point-options/-init-.html
new file mode 100644
index 00000000..e141d754
--- /dev/null
+++ b/api/pl.treksoft.kvision.chart/-point-options/-init-.html
@@ -0,0 +1,15 @@
+<HTML>
+<HEAD>
+<meta charset="UTF-8">
+<title>PointOptions.<init> - 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</a>&nbsp;/&nbsp;<a href="index.html">PointOptions</a>&nbsp;/&nbsp;<a href="./-init-.html">&lt;init&gt;</a><br/>
+<br/>
+<h1>&lt;init&gt;</h1>
+<a name="pl.treksoft.kvision.chart.PointOptions$&lt;init&gt;(kotlin.Int, pl.treksoft.kvision.chart.PointStyle, pl.treksoft.kvision.core.Color, kotlin.Int, pl.treksoft.kvision.core.Color, kotlin.Int, kotlin.Int, kotlin.Int)"></a>
+<code><span class="identifier">PointOptions</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.chart.PointOptions$<init>(kotlin.Int, pl.treksoft.kvision.chart.PointStyle, pl.treksoft.kvision.core.Color, kotlin.Int, pl.treksoft.kvision.core.Color, kotlin.Int, kotlin.Int, kotlin.Int)/radius">radius</span><span class="symbol">:</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html"><span class="identifier">Int</span></a>&nbsp;<span class="symbol">=</span>&nbsp;3<span class="symbol">, </span><span class="identifier" id="pl.treksoft.kvision.chart.PointOptions$<init>(kotlin.Int, pl.treksoft.kvision.chart.PointStyle, pl.treksoft.kvision.core.Color, kotlin.Int, pl.treksoft.kvision.core.Color, kotlin.Int, kotlin.Int, kotlin.Int)/pointStyle">pointStyle</span><span class="symbol">:</span>&nbsp;<a href="../-point-style/index.html"><span class="identifier">PointStyle</span></a>&nbsp;<span class="symbol">=</span>&nbsp;PointStyle.CIRCLE<span class="symbol">, </span><span class="identifier" id="pl.treksoft.kvision.chart.PointOptions$<init>(kotlin.Int, pl.treksoft.kvision.chart.PointStyle, pl.treksoft.kvision.core.Color, kotlin.Int, pl.treksoft.kvision.core.Color, kotlin.Int, kotlin.Int, kotlin.Int)/backgroundColor">backgroundColor</span><span class="symbol">:</span>&nbsp;<a href="../../pl.treksoft.kvision.core/-color/index.html"><span class="identifier">Color</span></a><span class="symbol">?</span>&nbsp;<span class="symbol">=</span>&nbsp;null<span class="symbol">, </span><span class="identifier" id="pl.treksoft.kvision.chart.PointOptions$<init>(kotlin.Int, pl.treksoft.kvision.chart.PointStyle, pl.treksoft.kvision.core.Color, kotlin.Int, pl.treksoft.kvision.core.Color, kotlin.Int, kotlin.Int, kotlin.Int)/borderWidth">borderWidth</span><span class="symbol">:</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html"><span class="identifier">Int</span></a>&nbsp;<span class="symbol">=</span>&nbsp;1<span class="symbol">, </span><span class="identifier" id="pl.treksoft.kvision.chart.PointOptions$<init>(kotlin.Int, pl.treksoft.kvision.chart.PointStyle, pl.treksoft.kvision.core.Color, kotlin.Int, pl.treksoft.kvision.core.Color, kotlin.Int, kotlin.Int, kotlin.Int)/borderColor">borderColor</span><span class="symbol">:</span>&nbsp;<a href="../../pl.treksoft.kvision.core/-color/index.html"><span class="identifier">Color</span></a><span class="symbol">?</span>&nbsp;<span class="symbol">=</span>&nbsp;null<span class="symbol">, </span><span class="identifier" id="pl.treksoft.kvision.chart.PointOptions$<init>(kotlin.Int, pl.treksoft.kvision.chart.PointStyle, pl.treksoft.kvision.core.Color, kotlin.Int, pl.treksoft.kvision.core.Color, kotlin.Int, kotlin.Int, kotlin.Int)/hitRadius">hitRadius</span><span class="symbol">:</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html"><span class="identifier">Int</span></a>&nbsp;<span class="symbol">=</span>&nbsp;1<span class="symbol">, </span><span class="identifier" id="pl.treksoft.kvision.chart.PointOptions$<init>(kotlin.Int, pl.treksoft.kvision.chart.PointStyle, pl.treksoft.kvision.core.Color, kotlin.Int, pl.treksoft.kvision.core.Color, kotlin.Int, kotlin.Int, kotlin.Int)/hoverRadius">hoverRadius</span><span class="symbol">:</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html"><span class="identifier">Int</span></a>&nbsp;<span class="symbol">=</span>&nbsp;4<span class="symbol">, </span><span class="identifier" id="pl.treksoft.kvision.chart.PointOptions$<init>(kotlin.Int, pl.treksoft.kvision.chart.PointStyle, pl.treksoft.kvision.core.Color, kotlin.Int, pl.treksoft.kvision.core.Color, kotlin.Int, kotlin.Int, kotlin.Int)/hoverBorderWidth">hoverBorderWidth</span><span class="symbol">:</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html"><span class="identifier">Int</span></a>&nbsp;<span class="symbol">=</span>&nbsp;1<span class="symbol">)</span></code>
+<p>Chart point options.</p>
+</BODY>
+</HTML>
diff --git a/api/pl.treksoft.kvision.chart/-point-options/background-color.html b/api/pl.treksoft.kvision.chart/-point-options/background-color.html
new file mode 100644
index 00000000..0486726e
--- /dev/null
+++ b/api/pl.treksoft.kvision.chart/-point-options/background-color.html
@@ -0,0 +1,14 @@
+<HTML>
+<HEAD>
+<meta charset="UTF-8">
+<title>PointOptions.backgroundColor - 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</a>&nbsp;/&nbsp;<a href="index.html">PointOptions</a>&nbsp;/&nbsp;<a href="./background-color.html">backgroundColor</a><br/>
+<br/>
+<h1>backgroundColor</h1>
+<a name="pl.treksoft.kvision.chart.PointOptions$backgroundColor"></a>
+<code><span class="keyword">val </span><span class="identifier">backgroundColor</span><span class="symbol">: </span><a href="../../pl.treksoft.kvision.core/-color/index.html"><span class="identifier">Color</span></a><span class="symbol">?</span></code>
+</BODY>
+</HTML>
diff --git a/api/pl.treksoft.kvision.chart/-point-options/border-color.html b/api/pl.treksoft.kvision.chart/-point-options/border-color.html
new file mode 100644
index 00000000..d9d362bd
--- /dev/null
+++ b/api/pl.treksoft.kvision.chart/-point-options/border-color.html
@@ -0,0 +1,14 @@
+<HTML>
+<HEAD>
+<meta charset="UTF-8">
+<title>PointOptions.borderColor - 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</a>&nbsp;/&nbsp;<a href="index.html">PointOptions</a>&nbsp;/&nbsp;<a href="./border-color.html">borderColor</a><br/>
+<br/>
+<h1>borderColor</h1>
+<a name="pl.treksoft.kvision.chart.PointOptions$borderColor"></a>
+<code><span class="keyword">val </span><span class="identifier">borderColor</span><span class="symbol">: </span><a href="../../pl.treksoft.kvision.core/-color/index.html"><span class="identifier">Color</span></a><span class="symbol">?</span></code>
+</BODY>
+</HTML>
diff --git a/api/pl.treksoft.kvision.chart/-point-options/border-width.html b/api/pl.treksoft.kvision.chart/-point-options/border-width.html
new file mode 100644
index 00000000..54b01971
--- /dev/null
+++ b/api/pl.treksoft.kvision.chart/-point-options/border-width.html
@@ -0,0 +1,14 @@
+<HTML>
+<HEAD>
+<meta charset="UTF-8">
+<title>PointOptions.borderWidth - 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</a>&nbsp;/&nbsp;<a href="index.html">PointOptions</a>&nbsp;/&nbsp;<a href="./border-width.html">borderWidth</a><br/>
+<br/>
+<h1>borderWidth</h1>
+<a name="pl.treksoft.kvision.chart.PointOptions$borderWidth"></a>
+<code><span class="keyword">val </span><span class="identifier">borderWidth</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html"><span class="identifier">Int</span></a></code>
+</BODY>
+</HTML>
diff --git a/api/pl.treksoft.kvision.chart/-point-options/hit-radius.html b/api/pl.treksoft.kvision.chart/-point-options/hit-radius.html
new file mode 100644
index 00000000..c6059b8f
--- /dev/null
+++ b/api/pl.treksoft.kvision.chart/-point-options/hit-radius.html
@@ -0,0 +1,14 @@
+<HTML>
+<HEAD>
+<meta charset="UTF-8">
+<title>PointOptions.hitRadius - 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</a>&nbsp;/&nbsp;<a href="index.html">PointOptions</a>&nbsp;/&nbsp;<a href="./hit-radius.html">hitRadius</a><br/>
+<br/>
+<h1>hitRadius</h1>
+<a name="pl.treksoft.kvision.chart.PointOptions$hitRadius"></a>
+<code><span class="keyword">val </span><span class="identifier">hitRadius</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html"><span class="identifier">Int</span></a></code>
+</BODY>
+</HTML>
diff --git a/api/pl.treksoft.kvision.chart/-point-options/hover-border-width.html b/api/pl.treksoft.kvision.chart/-point-options/hover-border-width.html
new file mode 100644
index 00000000..73b1c9c1
--- /dev/null
+++ b/api/pl.treksoft.kvision.chart/-point-options/hover-border-width.html
@@ -0,0 +1,14 @@
+<HTML>
+<HEAD>
+<meta charset="UTF-8">
+<title>PointOptions.hoverBorderWidth - 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</a>&nbsp;/&nbsp;<a href="index.html">PointOptions</a>&nbsp;/&nbsp;<a href="./hover-border-width.html">hoverBorderWidth</a><br/>
+<br/>
+<h1>hoverBorderWidth</h1>
+<a name="pl.treksoft.kvision.chart.PointOptions$hoverBorderWidth"></a>
+<code><span class="keyword">val </span><span class="identifier">hoverBorderWidth</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html"><span class="identifier">Int</span></a></code>
+</BODY>
+</HTML>
diff --git a/api/pl.treksoft.kvision.chart/-point-options/hover-radius.html b/api/pl.treksoft.kvision.chart/-point-options/hover-radius.html
new file mode 100644
index 00000000..f9fe9b75
--- /dev/null
+++ b/api/pl.treksoft.kvision.chart/-point-options/hover-radius.html
@@ -0,0 +1,14 @@
+<HTML>
+<HEAD>
+<meta charset="UTF-8">
+<title>PointOptions.hoverRadius - 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</a>&nbsp;/&nbsp;<a href="index.html">PointOptions</a>&nbsp;/&nbsp;<a href="./hover-radius.html">hoverRadius</a><br/>
+<br/>
+<h1>hoverRadius</h1>
+<a name="pl.treksoft.kvision.chart.PointOptions$hoverRadius"></a>
+<code><span class="keyword">val </span><span class="identifier">hoverRadius</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html"><span class="identifier">Int</span></a></code>
+</BODY>
+</HTML>
diff --git a/api/pl.treksoft.kvision.chart/-point-options/index.html b/api/pl.treksoft.kvision.chart/-point-options/index.html
new file mode 100644
index 00000000..997d42b3
--- /dev/null
+++ b/api/pl.treksoft.kvision.chart/-point-options/index.html
@@ -0,0 +1,112 @@
+<HTML>
+<HEAD>
+<meta charset="UTF-8">
+<title>PointOptions - 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</a>&nbsp;/&nbsp;<a href="./index.html">PointOptions</a><br/>
+<br/>
+<h1>PointOptions</h1>
+<code><span class="keyword">data</span> <span class="keyword">class </span><span class="identifier">PointOptions</span></code>
+<p>Chart point options.</p>
+<h3>Constructors</h3>
+<table>
+<tbody>
+<tr>
+<td>
+<p><a href="-init-.html">&lt;init&gt;</a></p>
+</td>
+<td>
+<code><span class="identifier">PointOptions</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.chart.PointOptions$<init>(kotlin.Int, pl.treksoft.kvision.chart.PointStyle, pl.treksoft.kvision.core.Color, kotlin.Int, pl.treksoft.kvision.core.Color, kotlin.Int, kotlin.Int, kotlin.Int)/radius">radius</span><span class="symbol">:</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html"><span class="identifier">Int</span></a>&nbsp;<span class="symbol">=</span>&nbsp;3<span class="symbol">, </span><span class="identifier" id="pl.treksoft.kvision.chart.PointOptions$<init>(kotlin.Int, pl.treksoft.kvision.chart.PointStyle, pl.treksoft.kvision.core.Color, kotlin.Int, pl.treksoft.kvision.core.Color, kotlin.Int, kotlin.Int, kotlin.Int)/pointStyle">pointStyle</span><span class="symbol">:</span>&nbsp;<a href="../-point-style/index.html"><span class="identifier">PointStyle</span></a>&nbsp;<span class="symbol">=</span>&nbsp;PointStyle.CIRCLE<span class="symbol">, </span><span class="identifier" id="pl.treksoft.kvision.chart.PointOptions$<init>(kotlin.Int, pl.treksoft.kvision.chart.PointStyle, pl.treksoft.kvision.core.Color, kotlin.Int, pl.treksoft.kvision.core.Color, kotlin.Int, kotlin.Int, kotlin.Int)/backgroundColor">backgroundColor</span><span class="symbol">:</span>&nbsp;<a href="../../pl.treksoft.kvision.core/-color/index.html"><span class="identifier">Color</span></a><span class="symbol">?</span>&nbsp;<span class="symbol">=</span>&nbsp;null<span class="symbol">, </span><span class="identifier" id="pl.treksoft.kvision.chart.PointOptions$<init>(kotlin.Int, pl.treksoft.kvision.chart.PointStyle, pl.treksoft.kvision.core.Color, kotlin.Int, pl.treksoft.kvision.core.Color, kotlin.Int, kotlin.Int, kotlin.Int)/borderWidth">borderWidth</span><span class="symbol">:</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html"><span class="identifier">Int</span></a>&nbsp;<span class="symbol">=</span>&nbsp;1<span class="symbol">, </span><span class="identifier" id="pl.treksoft.kvision.chart.PointOptions$<init>(kotlin.Int, pl.treksoft.kvision.chart.PointStyle, pl.treksoft.kvision.core.Color, kotlin.Int, pl.treksoft.kvision.core.Color, kotlin.Int, kotlin.Int, kotlin.Int)/borderColor">borderColor</span><span class="symbol">:</span>&nbsp;<a href="../../pl.treksoft.kvision.core/-color/index.html"><span class="identifier">Color</span></a><span class="symbol">?</span>&nbsp;<span class="symbol">=</span>&nbsp;null<span class="symbol">, </span><span class="identifier" id="pl.treksoft.kvision.chart.PointOptions$<init>(kotlin.Int, pl.treksoft.kvision.chart.PointStyle, pl.treksoft.kvision.core.Color, kotlin.Int, pl.treksoft.kvision.core.Color, kotlin.Int, kotlin.Int, kotlin.Int)/hitRadius">hitRadius</span><span class="symbol">:</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html"><span class="identifier">Int</span></a>&nbsp;<span class="symbol">=</span>&nbsp;1<span class="symbol">, </span><span class="identifier" id="pl.treksoft.kvision.chart.PointOptions$<init>(kotlin.Int, pl.treksoft.kvision.chart.PointStyle, pl.treksoft.kvision.core.Color, kotlin.Int, pl.treksoft.kvision.core.Color, kotlin.Int, kotlin.Int, kotlin.Int)/hoverRadius">hoverRadius</span><span class="symbol">:</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html"><span class="identifier">Int</span></a>&nbsp;<span class="symbol">=</span>&nbsp;4<span class="symbol">, </span><span class="identifier" id="pl.treksoft.kvision.chart.PointOptions$<init>(kotlin.Int, pl.treksoft.kvision.chart.PointStyle, pl.treksoft.kvision.core.Color, kotlin.Int, pl.treksoft.kvision.core.Color, kotlin.Int, kotlin.Int, kotlin.Int)/hoverBorderWidth">hoverBorderWidth</span><span class="symbol">:</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html"><span class="identifier">Int</span></a>&nbsp;<span class="symbol">=</span>&nbsp;1<span class="symbol">)</span></code>
+<p>Chart point options.</p>
+</td>
+</tr>
+</tbody>
+</table>
+<h3>Properties</h3>
+<table>
+<tbody>
+<tr>
+<td>
+<p><a href="background-color.html">backgroundColor</a></p>
+</td>
+<td>
+<code><span class="keyword">val </span><span class="identifier">backgroundColor</span><span class="symbol">: </span><a href="../../pl.treksoft.kvision.core/-color/index.html"><span class="identifier">Color</span></a><span class="symbol">?</span></code></td>
+</tr>
+<tr>
+<td>
+<p><a href="border-color.html">borderColor</a></p>
+</td>
+<td>
+<code><span class="keyword">val </span><span class="identifier">borderColor</span><span class="symbol">: </span><a href="../../pl.treksoft.kvision.core/-color/index.html"><span class="identifier">Color</span></a><span class="symbol">?</span></code></td>
+</tr>
+<tr>
+<td>
+<p><a href="border-width.html">borderWidth</a></p>
+</td>
+<td>
+<code><span class="keyword">val </span><span class="identifier">borderWidth</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html"><span class="identifier">Int</span></a></code></td>
+</tr>
+<tr>
+<td>
+<p><a href="hit-radius.html">hitRadius</a></p>
+</td>
+<td>
+<code><span class="keyword">val </span><span class="identifier">hitRadius</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html"><span class="identifier">Int</span></a></code></td>
+</tr>
+<tr>
+<td>
+<p><a href="hover-border-width.html">hoverBorderWidth</a></p>
+</td>
+<td>
+<code><span class="keyword">val </span><span class="identifier">hoverBorderWidth</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html"><span class="identifier">Int</span></a></code></td>
+</tr>
+<tr>
+<td>
+<p><a href="hover-radius.html">hoverRadius</a></p>
+</td>
+<td>
+<code><span class="keyword">val </span><span class="identifier">hoverRadius</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html"><span class="identifier">Int</span></a></code></td>
+</tr>
+<tr>
+<td>
+<p><a href="point-style.html">pointStyle</a></p>
+</td>
+<td>
+<code><span class="keyword">val </span><span class="identifier">pointStyle</span><span class="symbol">: </span><a href="../-point-style/index.html"><span class="identifier">PointStyle</span></a></code></td>
+</tr>
+<tr>
+<td>
+<p><a href="radius.html">radius</a></p>
+</td>
+<td>
+<code><span class="keyword">val </span><span class="identifier">radius</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html"><span class="identifier">Int</span></a></code></td>
+</tr>
+</tbody>
+</table>
+<h3>Extension Functions</h3>
+<table>
+<tbody>
+<tr>
+<td>
+<p><a href="../../pl.treksoft.kvision.utils/kotlin.-any/create-instance.html">createInstance</a></p>
+</td>
+<td>
+<code><span class="keyword">fun </span><span class="symbol">&lt;</span><span class="identifier">T</span><span class="symbol">&gt;</span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html"><span class="identifier">Any</span></a><span class="symbol">?</span><span class="symbol">.</span><span class="identifier">createInstance</span><span class="symbol">(</span><span class="keyword">vararg</span> <span class="identifier" id="pl.treksoft.kvision.utils$createInstance(kotlin.Any, kotlin.Array((kotlin.Any)))/args">args</span><span class="symbol">:</span>&nbsp;<span class="keyword">dynamic</span><span class="symbol">)</span><span class="symbol">: </span><a href="../../pl.treksoft.kvision.utils/kotlin.-any/create-instance.html#T"><span class="identifier">T</span></a></code>
+<p>Helper function for creating JavaScript objects from dynamic constructors.</p>
+</td>
+</tr>
+<tr>
+<td>
+<p><a href="../to-js.html">toJs</a></p>
+</td>
+<td>
+<code><span class="keyword">fun </span><a href="./index.html"><span class="identifier">PointOptions</span></a><span class="symbol">.</span><span class="identifier">toJs</span><span class="symbol">(</span><span class="symbol">)</span><span class="symbol">: </span><span class="keyword">dynamic</span></code>
+<p>An extension function to convert configuration class to JS object.</p>
+</td>
+</tr>
+</tbody>
+</table>
+</BODY>
+</HTML>
diff --git a/api/pl.treksoft.kvision.chart/-point-options/point-style.html b/api/pl.treksoft.kvision.chart/-point-options/point-style.html
new file mode 100644
index 00000000..07113fbb
--- /dev/null
+++ b/api/pl.treksoft.kvision.chart/-point-options/point-style.html
@@ -0,0 +1,14 @@
+<HTML>
+<HEAD>
+<meta charset="UTF-8">
+<title>PointOptions.pointStyle - 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</a>&nbsp;/&nbsp;<a href="index.html">PointOptions</a>&nbsp;/&nbsp;<a href="./point-style.html">pointStyle</a><br/>
+<br/>
+<h1>pointStyle</h1>
+<a name="pl.treksoft.kvision.chart.PointOptions$pointStyle"></a>
+<code><span class="keyword">val </span><span class="identifier">pointStyle</span><span class="symbol">: </span><a href="../-point-style/index.html"><span class="identifier">PointStyle</span></a></code>
+</BODY>
+</HTML>
diff --git a/api/pl.treksoft.kvision.chart/-point-options/radius.html b/api/pl.treksoft.kvision.chart/-point-options/radius.html
new file mode 100644
index 00000000..f55af866
--- /dev/null
+++ b/api/pl.treksoft.kvision.chart/-point-options/radius.html
@@ -0,0 +1,14 @@
+<HTML>
+<HEAD>
+<meta charset="UTF-8">
+<title>PointOptions.radius - 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</a>&nbsp;/&nbsp;<a href="index.html">PointOptions</a>&nbsp;/&nbsp;<a href="./radius.html">radius</a><br/>
+<br/>
+<h1>radius</h1>
+<a name="pl.treksoft.kvision.chart.PointOptions$radius"></a>
+<code><span class="keyword">val </span><span class="identifier">radius</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html"><span class="identifier">Int</span></a></code>
+</BODY>
+</HTML>