summaryrefslogtreecommitdiff
path: root/api/pl.treksoft.kvision.chart.js/-chart/-common-axe
diff options
context:
space:
mode:
authorRobert Jaros <rjaros@finn.pl>2020-03-13 01:05:20 +0100
committerRobert Jaros <rjaros@finn.pl>2020-03-13 01:05:20 +0100
commit0365722f8549ee93918be99da1b9f901cf0b2c8d (patch)
tree01624b829e0d11c122070dacab6e7b1bf90325a8 /api/pl.treksoft.kvision.chart.js/-chart/-common-axe
parent4ffe1bee99a55e985bb71dacff3839263cb4316f (diff)
downloadkvision-0365722f8549ee93918be99da1b9f901cf0b2c8d.tar.gz
kvision-0365722f8549ee93918be99da1b9f901cf0b2c8d.tar.bz2
kvision-0365722f8549ee93918be99da1b9f901cf0b2c8d.zip
API documentation for KVision 3.5.2
Diffstat (limited to 'api/pl.treksoft.kvision.chart.js/-chart/-common-axe')
-rw-r--r--api/pl.treksoft.kvision.chart.js/-chart/-common-axe/after-build-ticks.html2
-rw-r--r--api/pl.treksoft.kvision.chart.js/-chart/-common-axe/after-calculate-tick-rotation.html2
-rw-r--r--api/pl.treksoft.kvision.chart.js/-chart/-common-axe/after-data-limits.html2
-rw-r--r--api/pl.treksoft.kvision.chart.js/-chart/-common-axe/after-fit.html2
-rw-r--r--api/pl.treksoft.kvision.chart.js/-chart/-common-axe/after-set-dimension.html2
-rw-r--r--api/pl.treksoft.kvision.chart.js/-chart/-common-axe/after-tick-to-label-conversion.html2
-rw-r--r--api/pl.treksoft.kvision.chart.js/-chart/-common-axe/after-update.html2
-rw-r--r--api/pl.treksoft.kvision.chart.js/-chart/-common-axe/bar-thickness.html2
-rw-r--r--api/pl.treksoft.kvision.chart.js/-chart/-common-axe/before-build-ticks.html2
-rw-r--r--api/pl.treksoft.kvision.chart.js/-chart/-common-axe/before-calculate-tick-rotation.html2
-rw-r--r--api/pl.treksoft.kvision.chart.js/-chart/-common-axe/before-data-limits.html2
-rw-r--r--api/pl.treksoft.kvision.chart.js/-chart/-common-axe/before-fit.html2
-rw-r--r--api/pl.treksoft.kvision.chart.js/-chart/-common-axe/before-set-dimension.html2
-rw-r--r--api/pl.treksoft.kvision.chart.js/-chart/-common-axe/before-tick-to-label-conversion.html2
-rw-r--r--api/pl.treksoft.kvision.chart.js/-chart/-common-axe/before-update.html2
-rw-r--r--api/pl.treksoft.kvision.chart.js/-chart/-common-axe/bounds.html2
-rw-r--r--api/pl.treksoft.kvision.chart.js/-chart/-common-axe/display.html2
-rw-r--r--api/pl.treksoft.kvision.chart.js/-chart/-common-axe/grid-lines.html4
-rw-r--r--api/pl.treksoft.kvision.chart.js/-chart/-common-axe/id.html2
-rw-r--r--api/pl.treksoft.kvision.chart.js/-chart/-common-axe/index.html110
-rw-r--r--api/pl.treksoft.kvision.chart.js/-chart/-common-axe/max-bar-thickness.html2
-rw-r--r--api/pl.treksoft.kvision.chart.js/-chart/-common-axe/offset.html2
-rw-r--r--api/pl.treksoft.kvision.chart.js/-chart/-common-axe/position.html2
-rw-r--r--api/pl.treksoft.kvision.chart.js/-chart/-common-axe/scale-label.html4
-rw-r--r--api/pl.treksoft.kvision.chart.js/-chart/-common-axe/stacked.html2
-rw-r--r--api/pl.treksoft.kvision.chart.js/-chart/-common-axe/ticks.html4
-rw-r--r--api/pl.treksoft.kvision.chart.js/-chart/-common-axe/time.html4
-rw-r--r--api/pl.treksoft.kvision.chart.js/-chart/-common-axe/type.html2
28 files changed, 90 insertions, 82 deletions
diff --git a/api/pl.treksoft.kvision.chart.js/-chart/-common-axe/after-build-ticks.html b/api/pl.treksoft.kvision.chart.js/-chart/-common-axe/after-build-ticks.html
index cf817401..7af63227 100644
--- a/api/pl.treksoft.kvision.chart.js/-chart/-common-axe/after-build-ticks.html
+++ b/api/pl.treksoft.kvision.chart.js/-chart/-common-axe/after-build-ticks.html
@@ -8,7 +8,7 @@
<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">CommonAxe</a>&nbsp;/&nbsp;<a href="./after-build-ticks.html">afterBuildTicks</a><br/>
<br/>
<h1>afterBuildTicks</h1>
-<a name="pl.treksoft.kvision.chart.js.Chart.CommonAxe$afterBuildTicks"></a>
+(js) <a name="pl.treksoft.kvision.chart.js.Chart.CommonAxe$afterBuildTicks"></a>
<code><span class="keyword">open</span> <span class="keyword">val </span><span class="identifier">afterBuildTicks</span><span class="symbol">: </span><span class="symbol">(</span><span class="symbol">(</span><span class="identifier">scale</span><span class="symbol">:</span>&nbsp;<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>&nbsp;<span class="symbol">-&gt;</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html"><span class="identifier">Unit</span></a><span class="symbol">)</span><span class="symbol">?</span></code>
</BODY>
</HTML>
diff --git a/api/pl.treksoft.kvision.chart.js/-chart/-common-axe/after-calculate-tick-rotation.html b/api/pl.treksoft.kvision.chart.js/-chart/-common-axe/after-calculate-tick-rotation.html
index f4b52624..7d1bfb9a 100644
--- a/api/pl.treksoft.kvision.chart.js/-chart/-common-axe/after-calculate-tick-rotation.html
+++ b/api/pl.treksoft.kvision.chart.js/-chart/-common-axe/after-calculate-tick-rotation.html
@@ -8,7 +8,7 @@
<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">CommonAxe</a>&nbsp;/&nbsp;<a href="./after-calculate-tick-rotation.html">afterCalculateTickRotation</a><br/>
<br/>
<h1>afterCalculateTickRotation</h1>
-<a name="pl.treksoft.kvision.chart.js.Chart.CommonAxe$afterCalculateTickRotation"></a>
+(js) <a name="pl.treksoft.kvision.chart.js.Chart.CommonAxe$afterCalculateTickRotation"></a>
<code><span class="keyword">open</span> <span class="keyword">val </span><span class="identifier">afterCalculateTickRotation</span><span class="symbol">: </span><span class="symbol">(</span><span class="symbol">(</span><span class="identifier">scale</span><span class="symbol">:</span>&nbsp;<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>&nbsp;<span class="symbol">-&gt;</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html"><span class="identifier">Unit</span></a><span class="symbol">)</span><span class="symbol">?</span></code>
</BODY>
</HTML>
diff --git a/api/pl.treksoft.kvision.chart.js/-chart/-common-axe/after-data-limits.html b/api/pl.treksoft.kvision.chart.js/-chart/-common-axe/after-data-limits.html
index 25f09bfc..7a242f9f 100644
--- a/api/pl.treksoft.kvision.chart.js/-chart/-common-axe/after-data-limits.html
+++ b/api/pl.treksoft.kvision.chart.js/-chart/-common-axe/after-data-limits.html
@@ -8,7 +8,7 @@
<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">CommonAxe</a>&nbsp;/&nbsp;<a href="./after-data-limits.html">afterDataLimits</a><br/>
<br/>
<h1>afterDataLimits</h1>
-<a name="pl.treksoft.kvision.chart.js.Chart.CommonAxe$afterDataLimits"></a>
+(js) <a name="pl.treksoft.kvision.chart.js.Chart.CommonAxe$afterDataLimits"></a>
<code><span class="keyword">open</span> <span class="keyword">val </span><span class="identifier">afterDataLimits</span><span class="symbol">: </span><span class="symbol">(</span><span class="symbol">(</span><span class="identifier">scale</span><span class="symbol">:</span>&nbsp;<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>&nbsp;<span class="symbol">-&gt;</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html"><span class="identifier">Unit</span></a><span class="symbol">)</span><span class="symbol">?</span></code>
</BODY>
</HTML>
diff --git a/api/pl.treksoft.kvision.chart.js/-chart/-common-axe/after-fit.html b/api/pl.treksoft.kvision.chart.js/-chart/-common-axe/after-fit.html
index 3a7af199..62e62386 100644
--- a/api/pl.treksoft.kvision.chart.js/-chart/-common-axe/after-fit.html
+++ b/api/pl.treksoft.kvision.chart.js/-chart/-common-axe/after-fit.html
@@ -8,7 +8,7 @@
<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">CommonAxe</a>&nbsp;/&nbsp;<a href="./after-fit.html">afterFit</a><br/>
<br/>
<h1>afterFit</h1>
-<a name="pl.treksoft.kvision.chart.js.Chart.CommonAxe$afterFit"></a>
+(js) <a name="pl.treksoft.kvision.chart.js.Chart.CommonAxe$afterFit"></a>
<code><span class="keyword">open</span> <span class="keyword">val </span><span class="identifier">afterFit</span><span class="symbol">: </span><span class="symbol">(</span><span class="symbol">(</span><span class="identifier">scale</span><span class="symbol">:</span>&nbsp;<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>&nbsp;<span class="symbol">-&gt;</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html"><span class="identifier">Unit</span></a><span class="symbol">)</span><span class="symbol">?</span></code>
</BODY>
</HTML>
diff --git a/api/pl.treksoft.kvision.chart.js/-chart/-common-axe/after-set-dimension.html b/api/pl.treksoft.kvision.chart.js/-chart/-common-axe/after-set-dimension.html
index 98b15369..4f363625 100644
--- a/api/pl.treksoft.kvision.chart.js/-chart/-common-axe/after-set-dimension.html
+++ b/api/pl.treksoft.kvision.chart.js/-chart/-common-axe/after-set-dimension.html
@@ -8,7 +8,7 @@
<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">CommonAxe</a>&nbsp;/&nbsp;<a href="./after-set-dimension.html">afterSetDimension</a><br/>
<br/>
<h1>afterSetDimension</h1>
-<a name="pl.treksoft.kvision.chart.js.Chart.CommonAxe$afterSetDimension"></a>
+(js) <a name="pl.treksoft.kvision.chart.js.Chart.CommonAxe$afterSetDimension"></a>
<code><span class="keyword">open</span> <span class="keyword">val </span><span class="identifier">afterSetDimension</span><span class="symbol">: </span><span class="symbol">(</span><span class="symbol">(</span><span class="identifier">scale</span><span class="symbol">:</span>&nbsp;<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>&nbsp;<span class="symbol">-&gt;</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html"><span class="identifier">Unit</span></a><span class="symbol">)</span><span class="symbol">?</span></code>
</BODY>
</HTML>
diff --git a/api/pl.treksoft.kvision.chart.js/-chart/-common-axe/after-tick-to-label-conversion.html b/api/pl.treksoft.kvision.chart.js/-chart/-common-axe/after-tick-to-label-conversion.html
index 158e6808..fe204e0f 100644
--- a/api/pl.treksoft.kvision.chart.js/-chart/-common-axe/after-tick-to-label-conversion.html
+++ b/api/pl.treksoft.kvision.chart.js/-chart/-common-axe/after-tick-to-label-conversion.html
@@ -8,7 +8,7 @@
<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">CommonAxe</a>&nbsp;/&nbsp;<a href="./after-tick-to-label-conversion.html">afterTickToLabelConversion</a><br/>
<br/>
<h1>afterTickToLabelConversion</h1>
-<a name="pl.treksoft.kvision.chart.js.Chart.CommonAxe$afterTickToLabelConversion"></a>
+(js) <a name="pl.treksoft.kvision.chart.js.Chart.CommonAxe$afterTickToLabelConversion"></a>
<code><span class="keyword">open</span> <span class="keyword">val </span><span class="identifier">afterTickToLabelConversion</span><span class="symbol">: </span><span class="symbol">(</span><span class="symbol">(</span><span class="identifier">scale</span><span class="symbol">:</span>&nbsp;<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>&nbsp;<span class="symbol">-&gt;</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html"><span class="identifier">Unit</span></a><span class="symbol">)</span><span class="symbol">?</span></code>
</BODY>
</HTML>
diff --git a/api/pl.treksoft.kvision.chart.js/-chart/-common-axe/after-update.html b/api/pl.treksoft.kvision.chart.js/-chart/-common-axe/after-update.html
index 807391ed..f06dbb24 100644
--- a/api/pl.treksoft.kvision.chart.js/-chart/-common-axe/after-update.html
+++ b/api/pl.treksoft.kvision.chart.js/-chart/-common-axe/after-update.html
@@ -8,7 +8,7 @@
<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">CommonAxe</a>&nbsp;/&nbsp;<a href="./after-update.html">afterUpdate</a><br/>
<br/>
<h1>afterUpdate</h1>
-<a name="pl.treksoft.kvision.chart.js.Chart.CommonAxe$afterUpdate"></a>
+(js) <a name="pl.treksoft.kvision.chart.js.Chart.CommonAxe$afterUpdate"></a>
<code><span class="keyword">open</span> <span class="keyword">val </span><span class="identifier">afterUpdate</span><span class="symbol">: </span><span class="symbol">(</span><span class="symbol">(</span><span class="identifier">scale</span><span class="symbol">:</span>&nbsp;<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>&nbsp;<span class="symbol">-&gt;</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html"><span class="identifier">Unit</span></a><span class="symbol">)</span><span class="symbol">?</span></code>
</BODY>
</HTML>
diff --git a/api/pl.treksoft.kvision.chart.js/-chart/-common-axe/bar-thickness.html b/api/pl.treksoft.kvision.chart.js/-chart/-common-axe/bar-thickness.html
index cda941c4..3bfd9229 100644
--- a/api/pl.treksoft.kvision.chart.js/-chart/-common-axe/bar-thickness.html
+++ b/api/pl.treksoft.kvision.chart.js/-chart/-common-axe/bar-thickness.html
@@ -8,7 +8,7 @@
<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">CommonAxe</a>&nbsp;/&nbsp;<a href="./bar-thickness.html">barThickness</a><br/>
<br/>
<h1>barThickness</h1>
-<a name="pl.treksoft.kvision.chart.js.Chart.CommonAxe$barThickness"></a>
+(js) <a name="pl.treksoft.kvision.chart.js.Chart.CommonAxe$barThickness"></a>
<code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">barThickness</span><span class="symbol">: </span><span class="keyword">dynamic</span></code>
</BODY>
</HTML>
diff --git a/api/pl.treksoft.kvision.chart.js/-chart/-common-axe/before-build-ticks.html b/api/pl.treksoft.kvision.chart.js/-chart/-common-axe/before-build-ticks.html
index b3fc9151..f229e0aa 100644
--- a/api/pl.treksoft.kvision.chart.js/-chart/-common-axe/before-build-ticks.html
+++ b/api/pl.treksoft.kvision.chart.js/-chart/-common-axe/before-build-ticks.html
@@ -8,7 +8,7 @@
<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">CommonAxe</a>&nbsp;/&nbsp;<a href="./before-build-ticks.html">beforeBuildTicks</a><br/>
<br/>
<h1>beforeBuildTicks</h1>
-<a name="pl.treksoft.kvision.chart.js.Chart.CommonAxe$beforeBuildTicks"></a>
+(js) <a name="pl.treksoft.kvision.chart.js.Chart.CommonAxe$beforeBuildTicks"></a>
<code><span class="keyword">open</span> <span class="keyword">val </span><span class="identifier">beforeBuildTicks</span><span class="symbol">: </span><span class="symbol">(</span><span class="symbol">(</span><span class="identifier">scale</span><span class="symbol">:</span>&nbsp;<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>&nbsp;<span class="symbol">-&gt;</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html"><span class="identifier">Unit</span></a><span class="symbol">)</span><span class="symbol">?</span></code>
</BODY>
</HTML>
diff --git a/api/pl.treksoft.kvision.chart.js/-chart/-common-axe/before-calculate-tick-rotation.html b/api/pl.treksoft.kvision.chart.js/-chart/-common-axe/before-calculate-tick-rotation.html
index e2c20e6d..2868ff60 100644
--- a/api/pl.treksoft.kvision.chart.js/-chart/-common-axe/before-calculate-tick-rotation.html
+++ b/api/pl.treksoft.kvision.chart.js/-chart/-common-axe/before-calculate-tick-rotation.html
@@ -8,7 +8,7 @@
<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">CommonAxe</a>&nbsp;/&nbsp;<a href="./before-calculate-tick-rotation.html">beforeCalculateTickRotation</a><br/>
<br/>
<h1>beforeCalculateTickRotation</h1>
-<a name="pl.treksoft.kvision.chart.js.Chart.CommonAxe$beforeCalculateTickRotation"></a>
+(js) <a name="pl.treksoft.kvision.chart.js.Chart.CommonAxe$beforeCalculateTickRotation"></a>
<code><span class="keyword">open</span> <span class="keyword">val </span><span class="identifier">beforeCalculateTickRotation</span><span class="symbol">: </span><span class="symbol">(</span><span class="symbol">(</span><span class="identifier">scale</span><span class="symbol">:</span>&nbsp;<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>&nbsp;<span class="symbol">-&gt;</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html"><span class="identifier">Unit</span></a><span class="symbol">)</span><span class="symbol">?</span></code>
</BODY>
</HTML>
diff --git a/api/pl.treksoft.kvision.chart.js/-chart/-common-axe/before-data-limits.html b/api/pl.treksoft.kvision.chart.js/-chart/-common-axe/before-data-limits.html
index 0b71ed9e..f0d23d82 100644
--- a/api/pl.treksoft.kvision.chart.js/-chart/-common-axe/before-data-limits.html
+++ b/api/pl.treksoft.kvision.chart.js/-chart/-common-axe/before-data-limits.html
@@ -8,7 +8,7 @@
<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">CommonAxe</a>&nbsp;/&nbsp;<a href="./before-data-limits.html">beforeDataLimits</a><br/>
<br/>
<h1>beforeDataLimits</h1>
-<a name="pl.treksoft.kvision.chart.js.Chart.CommonAxe$beforeDataLimits"></a>
+(js) <a name="pl.treksoft.kvision.chart.js.Chart.CommonAxe$beforeDataLimits"></a>
<code><span class="keyword">open</span> <span class="keyword">val </span><span class="identifier">beforeDataLimits</span><span class="symbol">: </span><span class="symbol">(</span><span class="symbol">(</span><span class="identifier">scale</span><span class="symbol">:</span>&nbsp;<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>&nbsp;<span class="symbol">-&gt;</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html"><span class="identifier">Unit</span></a><span class="symbol">)</span><span class="symbol">?</span></code>
</BODY>
</HTML>
diff --git a/api/pl.treksoft.kvision.chart.js/-chart/-common-axe/before-fit.html b/api/pl.treksoft.kvision.chart.js/-chart/-common-axe/before-fit.html
index d1977ec3..9ddeccdf 100644
--- a/api/pl.treksoft.kvision.chart.js/-chart/-common-axe/before-fit.html
+++ b/api/pl.treksoft.kvision.chart.js/-chart/-common-axe/before-fit.html
@@ -8,7 +8,7 @@
<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">CommonAxe</a>&nbsp;/&nbsp;<a href="./before-fit.html">beforeFit</a><br/>
<br/>
<h1>beforeFit</h1>
-<a name="pl.treksoft.kvision.chart.js.Chart.CommonAxe$beforeFit"></a>
+(js) <a name="pl.treksoft.kvision.chart.js.Chart.CommonAxe$beforeFit"></a>
<code><span class="keyword">open</span> <span class="keyword">val </span><span class="identifier">beforeFit</span><span class="symbol">: </span><span class="symbol">(</span><span class="symbol">(</span><span class="identifier">scale</span><span class="symbol">:</span>&nbsp;<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>&nbsp;<span class="symbol">-&gt;</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html"><span class="identifier">Unit</span></a><span class="symbol">)</span><span class="symbol">?</span></code>
</BODY>
</HTML>
diff --git a/api/pl.treksoft.kvision.chart.js/-chart/-common-axe/before-set-dimension.html b/api/pl.treksoft.kvision.chart.js/-chart/-common-axe/before-set-dimension.html
index 10076ad5..18ad6705 100644
--- a/api/pl.treksoft.kvision.chart.js/-chart/-common-axe/before-set-dimension.html
+++ b/api/pl.treksoft.kvision.chart.js/-chart/-common-axe/before-set-dimension.html
@@ -8,7 +8,7 @@
<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">CommonAxe</a>&nbsp;/&nbsp;<a href="./before-set-dimension.html">beforeSetDimension</a><br/>
<br/>
<h1>beforeSetDimension</h1>
-<a name="pl.treksoft.kvision.chart.js.Chart.CommonAxe$beforeSetDimension"></a>
+(js) <a name="pl.treksoft.kvision.chart.js.Chart.CommonAxe$beforeSetDimension"></a>
<code><span class="keyword">open</span> <span class="keyword">val </span><span class="identifier">beforeSetDimension</span><span class="symbol">: </span><span class="symbol">(</span><span class="symbol">(</span><span class="identifier">scale</span><span class="symbol">:</span>&nbsp;<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>&nbsp;<span class="symbol">-&gt;</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html"><span class="identifier">Unit</span></a><span class="symbol">)</span><span class="symbol">?</span></code>
</BODY>
</HTML>
diff --git a/api/pl.treksoft.kvision.chart.js/-chart/-common-axe/before-tick-to-label-conversion.html b/api/pl.treksoft.kvision.chart.js/-chart/-common-axe/before-tick-to-label-conversion.html
index bf156c3a..d9332c20 100644
--- a/api/pl.treksoft.kvision.chart.js/-chart/-common-axe/before-tick-to-label-conversion.html
+++ b/api/pl.treksoft.kvision.chart.js/-chart/-common-axe/before-tick-to-label-conversion.html
@@ -8,7 +8,7 @@
<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">CommonAxe</a>&nbsp;/&nbsp;<a href="./before-tick-to-label-conversion.html">beforeTickToLabelConversion</a><br/>
<br/>
<h1>beforeTickToLabelConversion</h1>
-<a name="pl.treksoft.kvision.chart.js.Chart.CommonAxe$beforeTickToLabelConversion"></a>
+(js) <a name="pl.treksoft.kvision.chart.js.Chart.CommonAxe$beforeTickToLabelConversion"></a>
<code><span class="keyword">open</span> <span class="keyword">val </span><span class="identifier">beforeTickToLabelConversion</span><span class="symbol">: </span><span class="symbol">(</span><span class="symbol">(</span><span class="identifier">scale</span><span class="symbol">:</span>&nbsp;<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>&nbsp;<span class="symbol">-&gt;</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html"><span class="identifier">Unit</span></a><span class="symbol">)</span><span class="symbol">?</span></code>
</BODY>
</HTML>
diff --git a/api/pl.treksoft.kvision.chart.js/-chart/-common-axe/before-update.html b/api/pl.treksoft.kvision.chart.js/-chart/-common-axe/before-update.html
index ca48e512..2d0fb99c 100644
--- a/api/pl.treksoft.kvision.chart.js/-chart/-common-axe/before-update.html
+++ b/api/pl.treksoft.kvision.chart.js/-chart/-common-axe/before-update.html
@@ -8,7 +8,7 @@
<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">CommonAxe</a>&nbsp;/&nbsp;<a href="./before-update.html">beforeUpdate</a><br/>
<br/>
<h1>beforeUpdate</h1>
-<a name="pl.treksoft.kvision.chart.js.Chart.CommonAxe$beforeUpdate"></a>
+(js) <a name="pl.treksoft.kvision.chart.js.Chart.CommonAxe$beforeUpdate"></a>
<code><span class="keyword">open</span> <span class="keyword">val </span><span class="identifier">beforeUpdate</span><span class="symbol">: </span><span class="symbol">(</span><span class="symbol">(</span><span class="identifier">scale</span><span class="symbol">:</span>&nbsp;<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>&nbsp;<span class="symbol">-&gt;</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html"><span class="identifier">Unit</span></a><span class="symbol">)</span><span class="symbol">?</span></code>
</BODY>
</HTML>
diff --git a/api/pl.treksoft.kvision.chart.js/-chart/-common-axe/bounds.html b/api/pl.treksoft.kvision.chart.js/-chart/-common-axe/bounds.html
index e7b02a05..a8203059 100644
--- a/api/pl.treksoft.kvision.chart.js/-chart/-common-axe/bounds.html
+++ b/api/pl.treksoft.kvision.chart.js/-chart/-common-axe/bounds.html
@@ -8,7 +8,7 @@
<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">CommonAxe</a>&nbsp;/&nbsp;<a href="./bounds.html">bounds</a><br/>
<br/>
<h1>bounds</h1>
-<a name="pl.treksoft.kvision.chart.js.Chart.CommonAxe$bounds"></a>
+(js) <a name="pl.treksoft.kvision.chart.js.Chart.CommonAxe$bounds"></a>
<code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">bounds</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">?</span></code>
</BODY>
</HTML>
diff --git a/api/pl.treksoft.kvision.chart.js/-chart/-common-axe/display.html b/api/pl.treksoft.kvision.chart.js/-chart/-common-axe/display.html
index 065462dd..f9a430a1 100644
--- a/api/pl.treksoft.kvision.chart.js/-chart/-common-axe/display.html
+++ b/api/pl.treksoft.kvision.chart.js/-chart/-common-axe/display.html
@@ -8,7 +8,7 @@
<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">CommonAxe</a>&nbsp;/&nbsp;<a href="./display.html">display</a><br/>
<br/>
<h1>display</h1>
-<a name="pl.treksoft.kvision.chart.js.Chart.CommonAxe$display"></a>
+(js) <a name="pl.treksoft.kvision.chart.js.Chart.CommonAxe$display"></a>
<code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">display</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/-common-axe/grid-lines.html b/api/pl.treksoft.kvision.chart.js/-chart/-common-axe/grid-lines.html
index 25030209..74c6c898 100644
--- a/api/pl.treksoft.kvision.chart.js/-chart/-common-axe/grid-lines.html
+++ b/api/pl.treksoft.kvision.chart.js/-chart/-common-axe/grid-lines.html
@@ -8,7 +8,7 @@
<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">CommonAxe</a>&nbsp;/&nbsp;<a href="./grid-lines.html">gridLines</a><br/>
<br/>
<h1>gridLines</h1>
-<a name="pl.treksoft.kvision.chart.js.Chart.CommonAxe$gridLines"></a>
-<code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">gridLines</span><span class="symbol">: </span><a href="../-grid-line-options/index.html"><span class="identifier">Chart.GridLineOptions</span></a><span class="symbol">?</span></code>
+(js) <a name="pl.treksoft.kvision.chart.js.Chart.CommonAxe$gridLines"></a>
+<code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">gridLines</span><span class="symbol">: </span><span class="identifier">GridLineOptions</span><span class="symbol">?</span></code>
</BODY>
</HTML>
diff --git a/api/pl.treksoft.kvision.chart.js/-chart/-common-axe/id.html b/api/pl.treksoft.kvision.chart.js/-chart/-common-axe/id.html
index a7a6bda1..2d3a3f8d 100644
--- a/api/pl.treksoft.kvision.chart.js/-chart/-common-axe/id.html
+++ b/api/pl.treksoft.kvision.chart.js/-chart/-common-axe/id.html
@@ -8,7 +8,7 @@
<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">CommonAxe</a>&nbsp;/&nbsp;<a href="./id.html">id</a><br/>
<br/>
<h1>id</h1>
-<a name="pl.treksoft.kvision.chart.js.Chart.CommonAxe$id"></a>
+(js) <a name="pl.treksoft.kvision.chart.js.Chart.CommonAxe$id"></a>
<code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">id</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">?</span></code>
</BODY>
</HTML>
diff --git a/api/pl.treksoft.kvision.chart.js/-chart/-common-axe/index.html b/api/pl.treksoft.kvision.chart.js/-chart/-common-axe/index.html
index c72a904b..2181d75f 100644
--- a/api/pl.treksoft.kvision.chart.js/-chart/-common-axe/index.html
+++ b/api/pl.treksoft.kvision.chart.js/-chart/-common-axe/index.html
@@ -8,219 +8,227 @@
<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">CommonAxe</a><br/>
<br/>
<h1>CommonAxe</h1>
-<code><span class="keyword">interface </span><span class="identifier">CommonAxe</span></code>
+(js) <code><span class="keyword">interface </span><span class="identifier">CommonAxe</span></code>
<h3>Properties</h3>
<table>
<tbody>
<tr>
<td>
-<p><a href="after-build-ticks.html">afterBuildTicks</a></p>
+(js)
+<h4><a href="after-build-ticks.html">afterBuildTicks</a></h4>
</td>
<td>
<code><span class="keyword">open</span> <span class="keyword">val </span><span class="identifier">afterBuildTicks</span><span class="symbol">: </span><span class="symbol">(</span><span class="symbol">(</span><span class="identifier">scale</span><span class="symbol">:</span>&nbsp;<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>&nbsp;<span class="symbol">-&gt;</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html"><span class="identifier">Unit</span></a><span class="symbol">)</span><span class="symbol">?</span></code></td>
</tr>
<tr>
<td>
-<p><a href="after-calculate-tick-rotation.html">afterCalculateTickRotation</a></p>
+(js)
+<h4><a href="after-calculate-tick-rotation.html">afterCalculateTickRotation</a></h4>
</td>
<td>
<code><span class="keyword">open</span> <span class="keyword">val </span><span class="identifier">afterCalculateTickRotation</span><span class="symbol">: </span><span class="symbol">(</span><span class="symbol">(</span><span class="identifier">scale</span><span class="symbol">:</span>&nbsp;<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>&nbsp;<span class="symbol">-&gt;</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html"><span class="identifier">Unit</span></a><span class="symbol">)</span><span class="symbol">?</span></code></td>
</tr>
<tr>
<td>
-<p><a href="after-data-limits.html">afterDataLimits</a></p>
+(js)
+<h4><a href="after-data-limits.html">afterDataLimits</a></h4>
</td>
<td>
<code><span class="keyword">open</span> <span class="keyword">val </span><span class="identifier">afterDataLimits</span><span class="symbol">: </span><span class="symbol">(</span><span class="symbol">(</span><span class="identifier">scale</span><span class="symbol">:</span>&nbsp;<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>&nbsp;<span class="symbol">-&gt;</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html"><span class="identifier">Unit</span></a><span class="symbol">)</span><span class="symbol">?</span></code></td>
</tr>
<tr>
<td>
-<p><a href="after-fit.html">afterFit</a></p>
+(js)
+<h4><a href="after-fit.html">afterFit</a></h4>
</td>
<td>
<code><span class="keyword">open</span> <span class="keyword">val </span><span class="identifier">afterFit</span><span class="symbol">: </span><span class="symbol">(</span><span class="symbol">(</span><span class="identifier">scale</span><span class="symbol">:</span>&nbsp;<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>&nbsp;<span class="symbol">-&gt;</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html"><span class="identifier">Unit</span></a><span class="symbol">)</span><span class="symbol">?</span></code></td>
</tr>
<tr>
<td>
-<p><a href="after-set-dimension.html">afterSetDimension</a></p>
+(js)
+<h4><a href="after-set-dimension.html">afterSetDimension</a></h4>
</td>
<td>
<code><span class="keyword">open</span> <span class="keyword">val </span><span class="identifier">afterSetDimension</span><span class="symbol">: </span><span class="symbol">(</span><span class="symbol">(</span><span class="identifier">scale</span><span class="symbol">:</span>&nbsp;<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>&nbsp;<span class="symbol">-&gt;</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html"><span class="identifier">Unit</span></a><span class="symbol">)</span><span class="symbol">?</span></code></td>
</tr>
<tr>
<td>
-<p><a href="after-tick-to-label-conversion.html">afterTickToLabelConversion</a></p>
+(js)
+<h4><a href="after-tick-to-label-conversion.html">afterTickToLabelConversion</a></h4>
</td>
<td>
<code><span class="keyword">open</span> <span class="keyword">val </span><span class="identifier">afterTickToLabelConversion</span><span class="symbol">: </span><span class="symbol">(</span><span class="symbol">(</span><span class="identifier">scale</span><span class="symbol">:</span>&nbsp;<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>&nbsp;<span class="symbol">-&gt;</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html"><span class="identifier">Unit</span></a><span class="symbol">)</span><span class="symbol">?</span></code></td>
</tr>
<tr>
<td>
-<p><a href="after-update.html">afterUpdate</a></p>
+(js)
+<h4><a href="after-update.html">afterUpdate</a></h4>
</td>
<td>
<code><span class="keyword">open</span> <span class="keyword">val </span><span class="identifier">afterUpdate</span><span class="symbol">: </span><span class="symbol">(</span><span class="symbol">(</span><span class="identifier">scale</span><span class="symbol">:</span>&nbsp;<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>&nbsp;<span class="symbol">-&gt;</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html"><span class="identifier">Unit</span></a><span class="symbol">)</span><span class="symbol">?</span></code></td>
</tr>
<tr>
<td>
-<p><a href="bar-thickness.html">barThickness</a></p>
+(js)
+<h4><a href="bar-thickness.html">barThickness</a></h4>
</td>
<td>
<code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">barThickness</span><span class="symbol">: </span><span class="keyword">dynamic</span></code></td>
</tr>
<tr>
<td>
-<p><a href="before-build-ticks.html">beforeBuildTicks</a></p>
+(js)
+<h4><a href="before-build-ticks.html">beforeBuildTicks</a></h4>
</td>
<td>
<code><span class="keyword">open</span> <span class="keyword">val </span><span class="identifier">beforeBuildTicks</span><span class="symbol">: </span><span class="symbol">(</span><span class="symbol">(</span><span class="identifier">scale</span><span class="symbol">:</span>&nbsp;<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>&nbsp;<span class="symbol">-&gt;</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html"><span class="identifier">Unit</span></a><span class="symbol">)</span><span class="symbol">?</span></code></td>
</tr>
<tr>
<td>
-<p><a href="before-calculate-tick-rotation.html">beforeCalculateTickRotation</a></p>
+(js)
+<h4><a href="before-calculate-tick-rotation.html">beforeCalculateTickRotation</a></h4>
</td>
<td>
<code><span class="keyword">open</span> <span class="keyword">val </span><span class="identifier">beforeCalculateTickRotation</span><span class="symbol">: </span><span class="symbol">(</span><span class="symbol">(</span><span class="identifier">scale</span><span class="symbol">:</span>&nbsp;<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>&nbsp;<span class="symbol">-&gt;</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html"><span class="identifier">Unit</span></a><span class="symbol">)</span><span class="symbol">?</span></code></td>
</tr>
<tr>
<td>
-<p><a href="before-data-limits.html">beforeDataLimits</a></p>
+(js)
+<h4><a href="before-data-limits.html">beforeDataLimits</a></h4>
</td>
<td>
<code><span class="keyword">open</span> <span class="keyword">val </span><span class="identifier">beforeDataLimits</span><span class="symbol">: </span><span class="symbol">(</span><span class="symbol">(</span><span class="identifier">scale</span><span class="symbol">:</span>&nbsp;<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>&nbsp;<span class="symbol">-&gt;</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html"><span class="identifier">Unit</span></a><span class="symbol">)</span><span class="symbol">?</span></code></td>
</tr>
<tr>
<td>
-<p><a href="before-fit.html">beforeFit</a></p>
+(js)
+<h4><a href="before-fit.html">beforeFit</a></h4>
</td>
<td>
<code><span class="keyword">open</span> <span class="keyword">val </span><span class="identifier">beforeFit</span><span class="symbol">: </span><span class="symbol">(</span><span class="symbol">(</span><span class="identifier">scale</span><span class="symbol">:</span>&nbsp;<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>&nbsp;<span class="symbol">-&gt;</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html"><span class="identifier">Unit</span></a><span class="symbol">)</span><span class="symbol">?</span></code></td>
</tr>
<tr>
<td>
-<p><a href="before-set-dimension.html">beforeSetDimension</a></p>
+(js)
+<h4><a href="before-set-dimension.html">beforeSetDimension</a></h4>
</td>
<td>
<code><span class="keyword">open</span> <span class="keyword">val </span><span class="identifier">beforeSetDimension</span><span class="symbol">: </span><span class="symbol">(</span><span class="symbol">(</span><span class="identifier">scale</span><span class="symbol">:</span>&nbsp;<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>&nbsp;<span class="symbol">-&gt;</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html"><span class="identifier">Unit</span></a><span class="symbol">)</span><span class="symbol">?</span></code></td>
</tr>
<tr>
<td>
-<p><a href="before-tick-to-label-conversion.html">beforeTickToLabelConversion</a></p>
+(js)
+<h4><a href="before-tick-to-label-conversion.html">beforeTickToLabelConversion</a></h4>
</td>
<td>
<code><span class="keyword">open</span> <span class="keyword">val </span><span class="identifier">beforeTickToLabelConversion</span><span class="symbol">: </span><span class="symbol">(</span><span class="symbol">(</span><span class="identifier">scale</span><span class="symbol">:</span>&nbsp;<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>&nbsp;<span class="symbol">-&gt;</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html"><span class="identifier">Unit</span></a><span class="symbol">)</span><span class="symbol">?</span></code></td>
</tr>
<tr>
<td>
-<p><a href="before-update.html">beforeUpdate</a></p>
+(js)
+<h4><a href="before-update.html">beforeUpdate</a></h4>
</td>
<td>
<code><span class="keyword">open</span> <span class="keyword">val </span><span class="identifier">beforeUpdate</span><span class="symbol">: </span><span class="symbol">(</span><span class="symbol">(</span><span class="identifier">scale</span><span class="symbol">:</span>&nbsp;<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>&nbsp;<span class="symbol">-&gt;</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html"><span class="identifier">Unit</span></a><span class="symbol">)</span><span class="symbol">?</span></code></td>
</tr>
<tr>
<td>
-<p><a href="bounds.html">bounds</a></p>
+(js)
+<h4><a href="bounds.html">bounds</a></h4>
</td>
<td>
<code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">bounds</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">?</span></code></td>
</tr>
<tr>
<td>
-<p><a href="display.html">display</a></p>
+(js)
+<h4><a href="display.html">display</a></h4>
</td>
<td>
<code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">display</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="grid-lines.html">gridLines</a></p>
+(js)
+<h4><a href="grid-lines.html">gridLines</a></h4>
</td>
<td>
-<code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">gridLines</span><span class="symbol">: </span><a href="../-grid-line-options/index.html"><span class="identifier">Chart.GridLineOptions</span></a><span class="symbol">?</span></code></td>
+<code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">gridLines</span><span class="symbol">: </span><span class="identifier">GridLineOptions</span><span class="symbol">?</span></code></td>
</tr>
<tr>
<td>
-<p><a href="id.html">id</a></p>
+(js)
+<h4><a href="id.html">id</a></h4>
</td>
<td>
<code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">id</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">?</span></code></td>
</tr>
<tr>
<td>
-<p><a href="max-bar-thickness.html">maxBarThickness</a></p>
+(js)
+<h4><a href="max-bar-thickness.html">maxBarThickness</a></h4>
</td>
<td>
<code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">maxBarThickness</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="offset.html">offset</a></p>
+(js)
+<h4><a href="offset.html">offset</a></h4>
</td>
<td>
<code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">offset</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="position.html">position</a></p>
+(js)
+<h4><a href="position.html">position</a></h4>
</td>
<td>
<code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">position</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">?</span></code></td>
</tr>
<tr>
<td>
-<p><a href="scale-label.html">scaleLabel</a></p>
+(js)
+<h4><a href="scale-label.html">scaleLabel</a></h4>
</td>
<td>
-<code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">scaleLabel</span><span class="symbol">: </span><a href="../-scale-title-options/index.html"><span class="identifier">Chart.ScaleTitleOptions</span></a><span class="symbol">?</span></code></td>
+<code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">scaleLabel</span><span class="symbol">: </span><span class="identifier">ScaleTitleOptions</span><span class="symbol">?</span></code></td>
</tr>
<tr>
<td>
-<p><a href="stacked.html">stacked</a></p>
+(js)
+<h4><a href="stacked.html">stacked</a></h4>
</td>
<td>
<code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">stacked</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="ticks.html">ticks</a></p>
+(js)
+<h4><a href="ticks.html">ticks</a></h4>
</td>
<td>
-<code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">ticks</span><span class="symbol">: </span><a href="../-tick-options/index.html"><span class="identifier">Chart.TickOptions</span></a><span class="symbol">?</span></code></td>
+<code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">ticks</span><span class="symbol">: </span><span class="identifier">TickOptions</span><span class="symbol">?</span></code></td>
</tr>
<tr>
<td>
-<p><a href="time.html">time</a></p>
+(js)
+<h4><a href="time.html">time</a></h4>
</td>
<td>
-<code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">time</span><span class="symbol">: </span><a href="../-time-scale/index.html"><span class="identifier">Chart.TimeScale</span></a><span class="symbol">?</span></code></td>
+<code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">time</span><span class="symbol">: </span><span class="identifier">TimeScale</span><span class="symbol">?</span></code></td>
</tr>
<tr>
<td>
-<p><a href="type.html">type</a></p>
+(js)
+<h4><a href="type.html">type</a></h4>
</td>
<td>
<code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">type</span><span class="symbol">: </span><span class="keyword">dynamic</span></code></td>
</tr>
</tbody>
</table>
-<h3>Inheritors</h3>
-<table>
-<tbody>
-<tr>
-<td>
-<p><a href="../-chart-x-axe/index.html">ChartXAxe</a></p>
-</td>
-<td>
-<code><span class="keyword">interface </span><span class="identifier">ChartXAxe</span>&nbsp;<span class="symbol">:</span>&nbsp;<a href="./index.html"><span class="identifier">Chart.CommonAxe</span></a></code></td>
-</tr>
-<tr>
-<td>
-<p><a href="../-chart-y-axe.html">ChartYAxe</a></p>
-</td>
-<td>
-<code><span class="keyword">interface </span><span class="identifier">ChartYAxe</span>&nbsp;<span class="symbol">:</span>&nbsp;<a href="./index.html"><span class="identifier">Chart.CommonAxe</span></a></code></td>
-</tr>
-</tbody>
-</table>
</BODY>
</HTML>
diff --git a/api/pl.treksoft.kvision.chart.js/-chart/-common-axe/max-bar-thickness.html b/api/pl.treksoft.kvision.chart.js/-chart/-common-axe/max-bar-thickness.html
index 2d27feb6..5dd745db 100644
--- a/api/pl.treksoft.kvision.chart.js/-chart/-common-axe/max-bar-thickness.html
+++ b/api/pl.treksoft.kvision.chart.js/-chart/-common-axe/max-bar-thickness.html
@@ -8,7 +8,7 @@
<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">CommonAxe</a>&nbsp;/&nbsp;<a href="./max-bar-thickness.html">maxBarThickness</a><br/>
<br/>
<h1>maxBarThickness</h1>
-<a name="pl.treksoft.kvision.chart.js.Chart.CommonAxe$maxBarThickness"></a>
+(js) <a name="pl.treksoft.kvision.chart.js.Chart.CommonAxe$maxBarThickness"></a>
<code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">maxBarThickness</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/-common-axe/offset.html b/api/pl.treksoft.kvision.chart.js/-chart/-common-axe/offset.html
index e05aca9c..8ecb5880 100644
--- a/api/pl.treksoft.kvision.chart.js/-chart/-common-axe/offset.html
+++ b/api/pl.treksoft.kvision.chart.js/-chart/-common-axe/offset.html
@@ -8,7 +8,7 @@
<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">CommonAxe</a>&nbsp;/&nbsp;<a href="./offset.html">offset</a><br/>
<br/>
<h1>offset</h1>
-<a name="pl.treksoft.kvision.chart.js.Chart.CommonAxe$offset"></a>
+(js) <a name="pl.treksoft.kvision.chart.js.Chart.CommonAxe$offset"></a>
<code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">offset</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/-common-axe/position.html b/api/pl.treksoft.kvision.chart.js/-chart/-common-axe/position.html
index acb805a5..b3b74ce8 100644
--- a/api/pl.treksoft.kvision.chart.js/-chart/-common-axe/position.html
+++ b/api/pl.treksoft.kvision.chart.js/-chart/-common-axe/position.html
@@ -8,7 +8,7 @@
<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">CommonAxe</a>&nbsp;/&nbsp;<a href="./position.html">position</a><br/>
<br/>
<h1>position</h1>
-<a name="pl.treksoft.kvision.chart.js.Chart.CommonAxe$position"></a>
+(js) <a name="pl.treksoft.kvision.chart.js.Chart.CommonAxe$position"></a>
<code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">position</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">?</span></code>
</BODY>
</HTML>
diff --git a/api/pl.treksoft.kvision.chart.js/-chart/-common-axe/scale-label.html b/api/pl.treksoft.kvision.chart.js/-chart/-common-axe/scale-label.html
index 04520db6..626e389d 100644
--- a/api/pl.treksoft.kvision.chart.js/-chart/-common-axe/scale-label.html
+++ b/api/pl.treksoft.kvision.chart.js/-chart/-common-axe/scale-label.html
@@ -8,7 +8,7 @@
<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">CommonAxe</a>&nbsp;/&nbsp;<a href="./scale-label.html">scaleLabel</a><br/>
<br/>
<h1>scaleLabel</h1>
-<a name="pl.treksoft.kvision.chart.js.Chart.CommonAxe$scaleLabel"></a>
-<code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">scaleLabel</span><span class="symbol">: </span><a href="../-scale-title-options/index.html"><span class="identifier">Chart.ScaleTitleOptions</span></a><span class="symbol">?</span></code>
+(js) <a name="pl.treksoft.kvision.chart.js.Chart.CommonAxe$scaleLabel"></a>
+<code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">scaleLabel</span><span class="symbol">: </span><span class="identifier">ScaleTitleOptions</span><span class="symbol">?</span></code>
</BODY>
</HTML>
diff --git a/api/pl.treksoft.kvision.chart.js/-chart/-common-axe/stacked.html b/api/pl.treksoft.kvision.chart.js/-chart/-common-axe/stacked.html
index da056fa2..e8aa416d 100644
--- a/api/pl.treksoft.kvision.chart.js/-chart/-common-axe/stacked.html
+++ b/api/pl.treksoft.kvision.chart.js/-chart/-common-axe/stacked.html
@@ -8,7 +8,7 @@
<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">CommonAxe</a>&nbsp;/&nbsp;<a href="./stacked.html">stacked</a><br/>
<br/>
<h1>stacked</h1>
-<a name="pl.treksoft.kvision.chart.js.Chart.CommonAxe$stacked"></a>
+(js) <a name="pl.treksoft.kvision.chart.js.Chart.CommonAxe$stacked"></a>
<code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">stacked</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/-common-axe/ticks.html b/api/pl.treksoft.kvision.chart.js/-chart/-common-axe/ticks.html
index 38460a2d..d141e87f 100644
--- a/api/pl.treksoft.kvision.chart.js/-chart/-common-axe/ticks.html
+++ b/api/pl.treksoft.kvision.chart.js/-chart/-common-axe/ticks.html
@@ -8,7 +8,7 @@
<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">CommonAxe</a>&nbsp;/&nbsp;<a href="./ticks.html">ticks</a><br/>
<br/>
<h1>ticks</h1>
-<a name="pl.treksoft.kvision.chart.js.Chart.CommonAxe$ticks"></a>
-<code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">ticks</span><span class="symbol">: </span><a href="../-tick-options/index.html"><span class="identifier">Chart.TickOptions</span></a><span class="symbol">?</span></code>
+(js) <a name="pl.treksoft.kvision.chart.js.Chart.CommonAxe$ticks"></a>
+<code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">ticks</span><span class="symbol">: </span><span class="identifier">TickOptions</span><span class="symbol">?</span></code>
</BODY>
</HTML>
diff --git a/api/pl.treksoft.kvision.chart.js/-chart/-common-axe/time.html b/api/pl.treksoft.kvision.chart.js/-chart/-common-axe/time.html
index 83714686..18da9311 100644
--- a/api/pl.treksoft.kvision.chart.js/-chart/-common-axe/time.html
+++ b/api/pl.treksoft.kvision.chart.js/-chart/-common-axe/time.html
@@ -8,7 +8,7 @@
<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">CommonAxe</a>&nbsp;/&nbsp;<a href="./time.html">time</a><br/>
<br/>
<h1>time</h1>
-<a name="pl.treksoft.kvision.chart.js.Chart.CommonAxe$time"></a>
-<code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">time</span><span class="symbol">: </span><a href="../-time-scale/index.html"><span class="identifier">Chart.TimeScale</span></a><span class="symbol">?</span></code>
+(js) <a name="pl.treksoft.kvision.chart.js.Chart.CommonAxe$time"></a>
+<code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">time</span><span class="symbol">: </span><span class="identifier">TimeScale</span><span class="symbol">?</span></code>
</BODY>
</HTML>
diff --git a/api/pl.treksoft.kvision.chart.js/-chart/-common-axe/type.html b/api/pl.treksoft.kvision.chart.js/-chart/-common-axe/type.html
index d72abcb9..3149ef48 100644
--- a/api/pl.treksoft.kvision.chart.js/-chart/-common-axe/type.html
+++ b/api/pl.treksoft.kvision.chart.js/-chart/-common-axe/type.html
@@ -8,7 +8,7 @@
<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">CommonAxe</a>&nbsp;/&nbsp;<a href="./type.html">type</a><br/>
<br/>
<h1>type</h1>
-<a name="pl.treksoft.kvision.chart.js.Chart.CommonAxe$type"></a>
+(js) <a name="pl.treksoft.kvision.chart.js.Chart.CommonAxe$type"></a>
<code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">type</span><span class="symbol">: </span><span class="keyword">dynamic</span></code>
</BODY>
</HTML>