aboutsummaryrefslogtreecommitdiff
path: root/api1/pl.treksoft.kvision.chart.js/-chart/-common-axe
diff options
context:
space:
mode:
Diffstat (limited to 'api1/pl.treksoft.kvision.chart.js/-chart/-common-axe')
-rw-r--r--api1/pl.treksoft.kvision.chart.js/-chart/-common-axe/after-build-ticks.html14
-rw-r--r--api1/pl.treksoft.kvision.chart.js/-chart/-common-axe/after-calculate-tick-rotation.html14
-rw-r--r--api1/pl.treksoft.kvision.chart.js/-chart/-common-axe/after-data-limits.html14
-rw-r--r--api1/pl.treksoft.kvision.chart.js/-chart/-common-axe/after-fit.html14
-rw-r--r--api1/pl.treksoft.kvision.chart.js/-chart/-common-axe/after-set-dimension.html14
-rw-r--r--api1/pl.treksoft.kvision.chart.js/-chart/-common-axe/after-tick-to-label-conversion.html14
-rw-r--r--api1/pl.treksoft.kvision.chart.js/-chart/-common-axe/after-update.html14
-rw-r--r--api1/pl.treksoft.kvision.chart.js/-chart/-common-axe/bar-thickness.html14
-rw-r--r--api1/pl.treksoft.kvision.chart.js/-chart/-common-axe/before-build-ticks.html14
-rw-r--r--api1/pl.treksoft.kvision.chart.js/-chart/-common-axe/before-calculate-tick-rotation.html14
-rw-r--r--api1/pl.treksoft.kvision.chart.js/-chart/-common-axe/before-data-limits.html14
-rw-r--r--api1/pl.treksoft.kvision.chart.js/-chart/-common-axe/before-fit.html14
-rw-r--r--api1/pl.treksoft.kvision.chart.js/-chart/-common-axe/before-set-dimension.html14
-rw-r--r--api1/pl.treksoft.kvision.chart.js/-chart/-common-axe/before-tick-to-label-conversion.html14
-rw-r--r--api1/pl.treksoft.kvision.chart.js/-chart/-common-axe/before-update.html14
-rw-r--r--api1/pl.treksoft.kvision.chart.js/-chart/-common-axe/bounds.html14
-rw-r--r--api1/pl.treksoft.kvision.chart.js/-chart/-common-axe/display.html14
-rw-r--r--api1/pl.treksoft.kvision.chart.js/-chart/-common-axe/grid-lines.html14
-rw-r--r--api1/pl.treksoft.kvision.chart.js/-chart/-common-axe/id.html14
-rw-r--r--api1/pl.treksoft.kvision.chart.js/-chart/-common-axe/index.html226
-rw-r--r--api1/pl.treksoft.kvision.chart.js/-chart/-common-axe/max-bar-thickness.html14
-rw-r--r--api1/pl.treksoft.kvision.chart.js/-chart/-common-axe/offset.html14
-rw-r--r--api1/pl.treksoft.kvision.chart.js/-chart/-common-axe/position.html14
-rw-r--r--api1/pl.treksoft.kvision.chart.js/-chart/-common-axe/scale-label.html14
-rw-r--r--api1/pl.treksoft.kvision.chart.js/-chart/-common-axe/stacked.html14
-rw-r--r--api1/pl.treksoft.kvision.chart.js/-chart/-common-axe/ticks.html14
-rw-r--r--api1/pl.treksoft.kvision.chart.js/-chart/-common-axe/time.html14
-rw-r--r--api1/pl.treksoft.kvision.chart.js/-chart/-common-axe/type.html14
28 files changed, 604 insertions, 0 deletions
diff --git a/api1/pl.treksoft.kvision.chart.js/-chart/-common-axe/after-build-ticks.html b/api1/pl.treksoft.kvision.chart.js/-chart/-common-axe/after-build-ticks.html
new file mode 100644
index 00000000..cf817401
--- /dev/null
+++ b/api1/pl.treksoft.kvision.chart.js/-chart/-common-axe/after-build-ticks.html
@@ -0,0 +1,14 @@
+<HTML>
+<HEAD>
+<meta charset="UTF-8">
+<title>Chart.CommonAxe.afterBuildTicks - 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">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>
+<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/api1/pl.treksoft.kvision.chart.js/-chart/-common-axe/after-calculate-tick-rotation.html b/api1/pl.treksoft.kvision.chart.js/-chart/-common-axe/after-calculate-tick-rotation.html
new file mode 100644
index 00000000..f4b52624
--- /dev/null
+++ b/api1/pl.treksoft.kvision.chart.js/-chart/-common-axe/after-calculate-tick-rotation.html
@@ -0,0 +1,14 @@
+<HTML>
+<HEAD>
+<meta charset="UTF-8">
+<title>Chart.CommonAxe.afterCalculateTickRotation - 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">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>
+<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/api1/pl.treksoft.kvision.chart.js/-chart/-common-axe/after-data-limits.html b/api1/pl.treksoft.kvision.chart.js/-chart/-common-axe/after-data-limits.html
new file mode 100644
index 00000000..25f09bfc
--- /dev/null
+++ b/api1/pl.treksoft.kvision.chart.js/-chart/-common-axe/after-data-limits.html
@@ -0,0 +1,14 @@
+<HTML>
+<HEAD>
+<meta charset="UTF-8">
+<title>Chart.CommonAxe.afterDataLimits - 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">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>
+<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/api1/pl.treksoft.kvision.chart.js/-chart/-common-axe/after-fit.html b/api1/pl.treksoft.kvision.chart.js/-chart/-common-axe/after-fit.html
new file mode 100644
index 00000000..3a7af199
--- /dev/null
+++ b/api1/pl.treksoft.kvision.chart.js/-chart/-common-axe/after-fit.html
@@ -0,0 +1,14 @@
+<HTML>
+<HEAD>
+<meta charset="UTF-8">
+<title>Chart.CommonAxe.afterFit - 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">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>
+<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/api1/pl.treksoft.kvision.chart.js/-chart/-common-axe/after-set-dimension.html b/api1/pl.treksoft.kvision.chart.js/-chart/-common-axe/after-set-dimension.html
new file mode 100644
index 00000000..98b15369
--- /dev/null
+++ b/api1/pl.treksoft.kvision.chart.js/-chart/-common-axe/after-set-dimension.html
@@ -0,0 +1,14 @@
+<HTML>
+<HEAD>
+<meta charset="UTF-8">
+<title>Chart.CommonAxe.afterSetDimension - 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">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>
+<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/api1/pl.treksoft.kvision.chart.js/-chart/-common-axe/after-tick-to-label-conversion.html b/api1/pl.treksoft.kvision.chart.js/-chart/-common-axe/after-tick-to-label-conversion.html
new file mode 100644
index 00000000..158e6808
--- /dev/null
+++ b/api1/pl.treksoft.kvision.chart.js/-chart/-common-axe/after-tick-to-label-conversion.html
@@ -0,0 +1,14 @@
+<HTML>
+<HEAD>
+<meta charset="UTF-8">
+<title>Chart.CommonAxe.afterTickToLabelConversion - 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">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>
+<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/api1/pl.treksoft.kvision.chart.js/-chart/-common-axe/after-update.html b/api1/pl.treksoft.kvision.chart.js/-chart/-common-axe/after-update.html
new file mode 100644
index 00000000..807391ed
--- /dev/null
+++ b/api1/pl.treksoft.kvision.chart.js/-chart/-common-axe/after-update.html
@@ -0,0 +1,14 @@
+<HTML>
+<HEAD>
+<meta charset="UTF-8">
+<title>Chart.CommonAxe.afterUpdate - 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">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>
+<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/api1/pl.treksoft.kvision.chart.js/-chart/-common-axe/bar-thickness.html b/api1/pl.treksoft.kvision.chart.js/-chart/-common-axe/bar-thickness.html
new file mode 100644
index 00000000..cda941c4
--- /dev/null
+++ b/api1/pl.treksoft.kvision.chart.js/-chart/-common-axe/bar-thickness.html
@@ -0,0 +1,14 @@
+<HTML>
+<HEAD>
+<meta charset="UTF-8">
+<title>Chart.CommonAxe.barThickness - 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">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>
+<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/api1/pl.treksoft.kvision.chart.js/-chart/-common-axe/before-build-ticks.html b/api1/pl.treksoft.kvision.chart.js/-chart/-common-axe/before-build-ticks.html
new file mode 100644
index 00000000..b3fc9151
--- /dev/null
+++ b/api1/pl.treksoft.kvision.chart.js/-chart/-common-axe/before-build-ticks.html
@@ -0,0 +1,14 @@
+<HTML>
+<HEAD>
+<meta charset="UTF-8">
+<title>Chart.CommonAxe.beforeBuildTicks - 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">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>
+<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/api1/pl.treksoft.kvision.chart.js/-chart/-common-axe/before-calculate-tick-rotation.html b/api1/pl.treksoft.kvision.chart.js/-chart/-common-axe/before-calculate-tick-rotation.html
new file mode 100644
index 00000000..e2c20e6d
--- /dev/null
+++ b/api1/pl.treksoft.kvision.chart.js/-chart/-common-axe/before-calculate-tick-rotation.html
@@ -0,0 +1,14 @@
+<HTML>
+<HEAD>
+<meta charset="UTF-8">
+<title>Chart.CommonAxe.beforeCalculateTickRotation - 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">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>
+<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/api1/pl.treksoft.kvision.chart.js/-chart/-common-axe/before-data-limits.html b/api1/pl.treksoft.kvision.chart.js/-chart/-common-axe/before-data-limits.html
new file mode 100644
index 00000000..0b71ed9e
--- /dev/null
+++ b/api1/pl.treksoft.kvision.chart.js/-chart/-common-axe/before-data-limits.html
@@ -0,0 +1,14 @@
+<HTML>
+<HEAD>
+<meta charset="UTF-8">
+<title>Chart.CommonAxe.beforeDataLimits - 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">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>
+<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/api1/pl.treksoft.kvision.chart.js/-chart/-common-axe/before-fit.html b/api1/pl.treksoft.kvision.chart.js/-chart/-common-axe/before-fit.html
new file mode 100644
index 00000000..d1977ec3
--- /dev/null
+++ b/api1/pl.treksoft.kvision.chart.js/-chart/-common-axe/before-fit.html
@@ -0,0 +1,14 @@
+<HTML>
+<HEAD>
+<meta charset="UTF-8">
+<title>Chart.CommonAxe.beforeFit - 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">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>
+<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/api1/pl.treksoft.kvision.chart.js/-chart/-common-axe/before-set-dimension.html b/api1/pl.treksoft.kvision.chart.js/-chart/-common-axe/before-set-dimension.html
new file mode 100644
index 00000000..10076ad5
--- /dev/null
+++ b/api1/pl.treksoft.kvision.chart.js/-chart/-common-axe/before-set-dimension.html
@@ -0,0 +1,14 @@
+<HTML>
+<HEAD>
+<meta charset="UTF-8">
+<title>Chart.CommonAxe.beforeSetDimension - 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">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>
+<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/api1/pl.treksoft.kvision.chart.js/-chart/-common-axe/before-tick-to-label-conversion.html b/api1/pl.treksoft.kvision.chart.js/-chart/-common-axe/before-tick-to-label-conversion.html
new file mode 100644
index 00000000..bf156c3a
--- /dev/null
+++ b/api1/pl.treksoft.kvision.chart.js/-chart/-common-axe/before-tick-to-label-conversion.html
@@ -0,0 +1,14 @@
+<HTML>
+<HEAD>
+<meta charset="UTF-8">
+<title>Chart.CommonAxe.beforeTickToLabelConversion - 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">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>
+<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/api1/pl.treksoft.kvision.chart.js/-chart/-common-axe/before-update.html b/api1/pl.treksoft.kvision.chart.js/-chart/-common-axe/before-update.html
new file mode 100644
index 00000000..ca48e512
--- /dev/null
+++ b/api1/pl.treksoft.kvision.chart.js/-chart/-common-axe/before-update.html
@@ -0,0 +1,14 @@
+<HTML>
+<HEAD>
+<meta charset="UTF-8">
+<title>Chart.CommonAxe.beforeUpdate - 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">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>
+<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/api1/pl.treksoft.kvision.chart.js/-chart/-common-axe/bounds.html b/api1/pl.treksoft.kvision.chart.js/-chart/-common-axe/bounds.html
new file mode 100644
index 00000000..e7b02a05
--- /dev/null
+++ b/api1/pl.treksoft.kvision.chart.js/-chart/-common-axe/bounds.html
@@ -0,0 +1,14 @@
+<HTML>
+<HEAD>
+<meta charset="UTF-8">
+<title>Chart.CommonAxe.bounds - 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">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>
+<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/api1/pl.treksoft.kvision.chart.js/-chart/-common-axe/display.html b/api1/pl.treksoft.kvision.chart.js/-chart/-common-axe/display.html
new file mode 100644
index 00000000..065462dd
--- /dev/null
+++ b/api1/pl.treksoft.kvision.chart.js/-chart/-common-axe/display.html
@@ -0,0 +1,14 @@
+<HTML>
+<HEAD>
+<meta charset="UTF-8">
+<title>Chart.CommonAxe.display - 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">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>
+<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/api1/pl.treksoft.kvision.chart.js/-chart/-common-axe/grid-lines.html b/api1/pl.treksoft.kvision.chart.js/-chart/-common-axe/grid-lines.html
new file mode 100644
index 00000000..25030209
--- /dev/null
+++ b/api1/pl.treksoft.kvision.chart.js/-chart/-common-axe/grid-lines.html
@@ -0,0 +1,14 @@
+<HTML>
+<HEAD>
+<meta charset="UTF-8">
+<title>Chart.CommonAxe.gridLines - 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">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>
+</BODY>
+</HTML>
diff --git a/api1/pl.treksoft.kvision.chart.js/-chart/-common-axe/id.html b/api1/pl.treksoft.kvision.chart.js/-chart/-common-axe/id.html
new file mode 100644
index 00000000..a7a6bda1
--- /dev/null
+++ b/api1/pl.treksoft.kvision.chart.js/-chart/-common-axe/id.html
@@ -0,0 +1,14 @@
+<HTML>
+<HEAD>
+<meta charset="UTF-8">
+<title>Chart.CommonAxe.id - 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">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>
+<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/api1/pl.treksoft.kvision.chart.js/-chart/-common-axe/index.html b/api1/pl.treksoft.kvision.chart.js/-chart/-common-axe/index.html
new file mode 100644
index 00000000..c72a904b
--- /dev/null
+++ b/api1/pl.treksoft.kvision.chart.js/-chart/-common-axe/index.html
@@ -0,0 +1,226 @@
+<HTML>
+<HEAD>
+<meta charset="UTF-8">
+<title>Chart.CommonAxe - 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">CommonAxe</a><br/>
+<br/>
+<h1>CommonAxe</h1>
+<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>
+</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>
+</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>
+</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>
+</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>
+</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>
+</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>
+</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>
+</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>
+</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>
+</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>
+</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>
+</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>
+</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>
+</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>
+</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>
+</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>
+</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>
+</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>
+</tr>
+<tr>
+<td>
+<p><a href="id.html">id</a></p>
+</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>
+</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>
+</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>
+</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>
+</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>
+</tr>
+<tr>
+<td>
+<p><a href="stacked.html">stacked</a></p>
+</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>
+</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>
+</tr>
+<tr>
+<td>
+<p><a href="time.html">time</a></p>
+</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>
+</tr>
+<tr>
+<td>
+<p><a href="type.html">type</a></p>
+</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/api1/pl.treksoft.kvision.chart.js/-chart/-common-axe/max-bar-thickness.html b/api1/pl.treksoft.kvision.chart.js/-chart/-common-axe/max-bar-thickness.html
new file mode 100644
index 00000000..2d27feb6
--- /dev/null
+++ b/api1/pl.treksoft.kvision.chart.js/-chart/-common-axe/max-bar-thickness.html
@@ -0,0 +1,14 @@
+<HTML>
+<HEAD>
+<meta charset="UTF-8">
+<title>Chart.CommonAxe.maxBarThickness - 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">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>
+<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/api1/pl.treksoft.kvision.chart.js/-chart/-common-axe/offset.html b/api1/pl.treksoft.kvision.chart.js/-chart/-common-axe/offset.html
new file mode 100644
index 00000000..e05aca9c
--- /dev/null
+++ b/api1/pl.treksoft.kvision.chart.js/-chart/-common-axe/offset.html
@@ -0,0 +1,14 @@
+<HTML>
+<HEAD>
+<meta charset="UTF-8">
+<title>Chart.CommonAxe.offset - 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">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>
+<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/api1/pl.treksoft.kvision.chart.js/-chart/-common-axe/position.html b/api1/pl.treksoft.kvision.chart.js/-chart/-common-axe/position.html
new file mode 100644
index 00000000..acb805a5
--- /dev/null
+++ b/api1/pl.treksoft.kvision.chart.js/-chart/-common-axe/position.html
@@ -0,0 +1,14 @@
+<HTML>
+<HEAD>
+<meta charset="UTF-8">
+<title>Chart.CommonAxe.position - 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">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>
+<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/api1/pl.treksoft.kvision.chart.js/-chart/-common-axe/scale-label.html b/api1/pl.treksoft.kvision.chart.js/-chart/-common-axe/scale-label.html
new file mode 100644
index 00000000..04520db6
--- /dev/null
+++ b/api1/pl.treksoft.kvision.chart.js/-chart/-common-axe/scale-label.html
@@ -0,0 +1,14 @@
+<HTML>
+<HEAD>
+<meta charset="UTF-8">
+<title>Chart.CommonAxe.scaleLabel - 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">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>
+</BODY>
+</HTML>
diff --git a/api1/pl.treksoft.kvision.chart.js/-chart/-common-axe/stacked.html b/api1/pl.treksoft.kvision.chart.js/-chart/-common-axe/stacked.html
new file mode 100644
index 00000000..da056fa2
--- /dev/null
+++ b/api1/pl.treksoft.kvision.chart.js/-chart/-common-axe/stacked.html
@@ -0,0 +1,14 @@
+<HTML>
+<HEAD>
+<meta charset="UTF-8">
+<title>Chart.CommonAxe.stacked - 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">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>
+<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/api1/pl.treksoft.kvision.chart.js/-chart/-common-axe/ticks.html b/api1/pl.treksoft.kvision.chart.js/-chart/-common-axe/ticks.html
new file mode 100644
index 00000000..38460a2d
--- /dev/null
+++ b/api1/pl.treksoft.kvision.chart.js/-chart/-common-axe/ticks.html
@@ -0,0 +1,14 @@
+<HTML>
+<HEAD>
+<meta charset="UTF-8">
+<title>Chart.CommonAxe.ticks - 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">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>
+</BODY>
+</HTML>
diff --git a/api1/pl.treksoft.kvision.chart.js/-chart/-common-axe/time.html b/api1/pl.treksoft.kvision.chart.js/-chart/-common-axe/time.html
new file mode 100644
index 00000000..83714686
--- /dev/null
+++ b/api1/pl.treksoft.kvision.chart.js/-chart/-common-axe/time.html
@@ -0,0 +1,14 @@
+<HTML>
+<HEAD>
+<meta charset="UTF-8">
+<title>Chart.CommonAxe.time - 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">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>
+</BODY>
+</HTML>
diff --git a/api1/pl.treksoft.kvision.chart.js/-chart/-common-axe/type.html b/api1/pl.treksoft.kvision.chart.js/-chart/-common-axe/type.html
new file mode 100644
index 00000000..d72abcb9
--- /dev/null
+++ b/api1/pl.treksoft.kvision.chart.js/-chart/-common-axe/type.html
@@ -0,0 +1,14 @@
+<HTML>
+<HEAD>
+<meta charset="UTF-8">
+<title>Chart.CommonAxe.type - 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">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>
+<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>