diff options
Diffstat (limited to 'api1/pl.treksoft.kvision.chart.js/-chart/-chart-legend-options')
8 files changed, 165 insertions, 0 deletions
diff --git a/api1/pl.treksoft.kvision.chart.js/-chart/-chart-legend-options/display.html b/api1/pl.treksoft.kvision.chart.js/-chart/-chart-legend-options/display.html new file mode 100644 index 00000000..93a57942 --- /dev/null +++ b/api1/pl.treksoft.kvision.chart.js/-chart/-chart-legend-options/display.html @@ -0,0 +1,14 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>Chart.ChartLegendOptions.display - kvision</title> +<link rel="stylesheet" href="../../../../style.css"> +</HEAD> +<BODY> +<a href="../../../index.html">kvision</a> / <a href="../../index.html">pl.treksoft.kvision.chart.js</a> / <a href="../index.html">Chart</a> / <a href="index.html">ChartLegendOptions</a> / <a href="./display.html">display</a><br/> +<br/> +<h1>display</h1> +<a name="pl.treksoft.kvision.chart.js.Chart.ChartLegendOptions$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/-chart-legend-options/full-width.html b/api1/pl.treksoft.kvision.chart.js/-chart/-chart-legend-options/full-width.html new file mode 100644 index 00000000..2edc06c7 --- /dev/null +++ b/api1/pl.treksoft.kvision.chart.js/-chart/-chart-legend-options/full-width.html @@ -0,0 +1,14 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>Chart.ChartLegendOptions.fullWidth - kvision</title> +<link rel="stylesheet" href="../../../../style.css"> +</HEAD> +<BODY> +<a href="../../../index.html">kvision</a> / <a href="../../index.html">pl.treksoft.kvision.chart.js</a> / <a href="../index.html">Chart</a> / <a href="index.html">ChartLegendOptions</a> / <a href="./full-width.html">fullWidth</a><br/> +<br/> +<h1>fullWidth</h1> +<a name="pl.treksoft.kvision.chart.js.Chart.ChartLegendOptions$fullWidth"></a> +<code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">fullWidth</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/-chart-legend-options/index.html b/api1/pl.treksoft.kvision.chart.js/-chart/-chart-legend-options/index.html new file mode 100644 index 00000000..41405bda --- /dev/null +++ b/api1/pl.treksoft.kvision.chart.js/-chart/-chart-legend-options/index.html @@ -0,0 +1,67 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>Chart.ChartLegendOptions - kvision</title> +<link rel="stylesheet" href="../../../../style.css"> +</HEAD> +<BODY> +<a href="../../../index.html">kvision</a> / <a href="../../index.html">pl.treksoft.kvision.chart.js</a> / <a href="../index.html">Chart</a> / <a href="./index.html">ChartLegendOptions</a><br/> +<br/> +<h1>ChartLegendOptions</h1> +<code><span class="keyword">interface </span><span class="identifier">ChartLegendOptions</span></code> +<h3>Properties</h3> +<table> +<tbody> +<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="full-width.html">fullWidth</a></p> +</td> +<td> +<code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">fullWidth</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="labels.html">labels</a></p> +</td> +<td> +<code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">labels</span><span class="symbol">: </span><a href="../-chart-legend-label-options/index.html"><span class="identifier">Chart.ChartLegendLabelOptions</span></a><span class="symbol">?</span></code></td> +</tr> +<tr> +<td> +<p><a href="on-click.html">onClick</a></p> +</td> +<td> +<code><span class="keyword">open</span> <span class="keyword">val </span><span class="identifier">onClick</span><span class="symbol">: </span><span class="symbol">(</span><span class="symbol">(</span><span class="identifier">event</span><span class="symbol">:</span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/org.w3c.dom.events/-mouse-event/index.html"><span class="identifier">MouseEvent</span></a><span class="symbol">,</span> <span class="identifier">legendItem</span><span class="symbol">:</span> <a href="../-chart-legend-label-item/index.html"><span class="identifier">Chart.ChartLegendLabelItem</span></a><span class="symbol">)</span> <span class="symbol">-></span> <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="on-hover.html">onHover</a></p> +</td> +<td> +<code><span class="keyword">open</span> <span class="keyword">val </span><span class="identifier">onHover</span><span class="symbol">: </span><span class="symbol">(</span><span class="symbol">(</span><span class="identifier">event</span><span class="symbol">:</span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/org.w3c.dom.events/-mouse-event/index.html"><span class="identifier">MouseEvent</span></a><span class="symbol">,</span> <span class="identifier">legendItem</span><span class="symbol">:</span> <a href="../-chart-legend-label-item/index.html"><span class="identifier">Chart.ChartLegendLabelItem</span></a><span class="symbol">)</span> <span class="symbol">-></span> <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="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><span class="keyword">dynamic</span></code></td> +</tr> +<tr> +<td> +<p><a href="reverse.html">reverse</a></p> +</td> +<td> +<code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">reverse</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> +</tbody> +</table> +</BODY> +</HTML> diff --git a/api1/pl.treksoft.kvision.chart.js/-chart/-chart-legend-options/labels.html b/api1/pl.treksoft.kvision.chart.js/-chart/-chart-legend-options/labels.html new file mode 100644 index 00000000..4a6830ad --- /dev/null +++ b/api1/pl.treksoft.kvision.chart.js/-chart/-chart-legend-options/labels.html @@ -0,0 +1,14 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>Chart.ChartLegendOptions.labels - kvision</title> +<link rel="stylesheet" href="../../../../style.css"> +</HEAD> +<BODY> +<a href="../../../index.html">kvision</a> / <a href="../../index.html">pl.treksoft.kvision.chart.js</a> / <a href="../index.html">Chart</a> / <a href="index.html">ChartLegendOptions</a> / <a href="./labels.html">labels</a><br/> +<br/> +<h1>labels</h1> +<a name="pl.treksoft.kvision.chart.js.Chart.ChartLegendOptions$labels"></a> +<code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">labels</span><span class="symbol">: </span><a href="../-chart-legend-label-options/index.html"><span class="identifier">Chart.ChartLegendLabelOptions</span></a><span class="symbol">?</span></code> +</BODY> +</HTML> diff --git a/api1/pl.treksoft.kvision.chart.js/-chart/-chart-legend-options/on-click.html b/api1/pl.treksoft.kvision.chart.js/-chart/-chart-legend-options/on-click.html new file mode 100644 index 00000000..a2d5e79d --- /dev/null +++ b/api1/pl.treksoft.kvision.chart.js/-chart/-chart-legend-options/on-click.html @@ -0,0 +1,14 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>Chart.ChartLegendOptions.onClick - kvision</title> +<link rel="stylesheet" href="../../../../style.css"> +</HEAD> +<BODY> +<a href="../../../index.html">kvision</a> / <a href="../../index.html">pl.treksoft.kvision.chart.js</a> / <a href="../index.html">Chart</a> / <a href="index.html">ChartLegendOptions</a> / <a href="./on-click.html">onClick</a><br/> +<br/> +<h1>onClick</h1> +<a name="pl.treksoft.kvision.chart.js.Chart.ChartLegendOptions$onClick"></a> +<code><span class="keyword">open</span> <span class="keyword">val </span><span class="identifier">onClick</span><span class="symbol">: </span><span class="symbol">(</span><span class="symbol">(</span><span class="identifier">event</span><span class="symbol">:</span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/org.w3c.dom.events/-mouse-event/index.html"><span class="identifier">MouseEvent</span></a><span class="symbol">,</span> <span class="identifier">legendItem</span><span class="symbol">:</span> <a href="../-chart-legend-label-item/index.html"><span class="identifier">Chart.ChartLegendLabelItem</span></a><span class="symbol">)</span> <span class="symbol">-></span> <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/-chart-legend-options/on-hover.html b/api1/pl.treksoft.kvision.chart.js/-chart/-chart-legend-options/on-hover.html new file mode 100644 index 00000000..c3180834 --- /dev/null +++ b/api1/pl.treksoft.kvision.chart.js/-chart/-chart-legend-options/on-hover.html @@ -0,0 +1,14 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>Chart.ChartLegendOptions.onHover - kvision</title> +<link rel="stylesheet" href="../../../../style.css"> +</HEAD> +<BODY> +<a href="../../../index.html">kvision</a> / <a href="../../index.html">pl.treksoft.kvision.chart.js</a> / <a href="../index.html">Chart</a> / <a href="index.html">ChartLegendOptions</a> / <a href="./on-hover.html">onHover</a><br/> +<br/> +<h1>onHover</h1> +<a name="pl.treksoft.kvision.chart.js.Chart.ChartLegendOptions$onHover"></a> +<code><span class="keyword">open</span> <span class="keyword">val </span><span class="identifier">onHover</span><span class="symbol">: </span><span class="symbol">(</span><span class="symbol">(</span><span class="identifier">event</span><span class="symbol">:</span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/org.w3c.dom.events/-mouse-event/index.html"><span class="identifier">MouseEvent</span></a><span class="symbol">,</span> <span class="identifier">legendItem</span><span class="symbol">:</span> <a href="../-chart-legend-label-item/index.html"><span class="identifier">Chart.ChartLegendLabelItem</span></a><span class="symbol">)</span> <span class="symbol">-></span> <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/-chart-legend-options/position.html b/api1/pl.treksoft.kvision.chart.js/-chart/-chart-legend-options/position.html new file mode 100644 index 00000000..2eda0756 --- /dev/null +++ b/api1/pl.treksoft.kvision.chart.js/-chart/-chart-legend-options/position.html @@ -0,0 +1,14 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>Chart.ChartLegendOptions.position - kvision</title> +<link rel="stylesheet" href="../../../../style.css"> +</HEAD> +<BODY> +<a href="../../../index.html">kvision</a> / <a href="../../index.html">pl.treksoft.kvision.chart.js</a> / <a href="../index.html">Chart</a> / <a href="index.html">ChartLegendOptions</a> / <a href="./position.html">position</a><br/> +<br/> +<h1>position</h1> +<a name="pl.treksoft.kvision.chart.js.Chart.ChartLegendOptions$position"></a> +<code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">position</span><span class="symbol">: </span><span class="keyword">dynamic</span></code> +</BODY> +</HTML> diff --git a/api1/pl.treksoft.kvision.chart.js/-chart/-chart-legend-options/reverse.html b/api1/pl.treksoft.kvision.chart.js/-chart/-chart-legend-options/reverse.html new file mode 100644 index 00000000..42e7bd05 --- /dev/null +++ b/api1/pl.treksoft.kvision.chart.js/-chart/-chart-legend-options/reverse.html @@ -0,0 +1,14 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>Chart.ChartLegendOptions.reverse - kvision</title> +<link rel="stylesheet" href="../../../../style.css"> +</HEAD> +<BODY> +<a href="../../../index.html">kvision</a> / <a href="../../index.html">pl.treksoft.kvision.chart.js</a> / <a href="../index.html">Chart</a> / <a href="index.html">ChartLegendOptions</a> / <a href="./reverse.html">reverse</a><br/> +<br/> +<h1>reverse</h1> +<a name="pl.treksoft.kvision.chart.js.Chart.ChartLegendOptions$reverse"></a> +<code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">reverse</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> |