summaryrefslogtreecommitdiff
path: root/api/pl.treksoft.kvision.chart.js/-chart/-chart-legend-options/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'api/pl.treksoft.kvision.chart.js/-chart/-chart-legend-options/index.html')
-rw-r--r--api/pl.treksoft.kvision.chart.js/-chart/-chart-legend-options/index.html29
1 files changed, 18 insertions, 11 deletions
diff --git a/api/pl.treksoft.kvision.chart.js/-chart/-chart-legend-options/index.html b/api/pl.treksoft.kvision.chart.js/-chart/-chart-legend-options/index.html
index 41405bda..133e66e1 100644
--- a/api/pl.treksoft.kvision.chart.js/-chart/-chart-legend-options/index.html
+++ b/api/pl.treksoft.kvision.chart.js/-chart/-chart-legend-options/index.html
@@ -8,55 +8,62 @@
<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">ChartLegendOptions</a><br/>
<br/>
<h1>ChartLegendOptions</h1>
-<code><span class="keyword">interface </span><span class="identifier">ChartLegendOptions</span></code>
+(js) <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>
+(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="full-width.html">fullWidth</a></p>
+(js)
+<h4><a href="full-width.html">fullWidth</a></h4>
</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>
+(js)
+<h4><a href="labels.html">labels</a></h4>
</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>
+<code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">labels</span><span class="symbol">: </span><span class="identifier">ChartLegendLabelOptions</span><span class="symbol">?</span></code></td>
</tr>
<tr>
<td>
-<p><a href="on-click.html">onClick</a></p>
+(js)
+<h4><a href="on-click.html">onClick</a></h4>
</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>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/org.w3c.dom.events/-mouse-event/index.html"><span class="identifier">MouseEvent</span></a><span class="symbol">,</span>&nbsp;<span class="identifier">legendItem</span><span class="symbol">:</span>&nbsp;<a href="../-chart-legend-label-item/index.html"><span class="identifier">Chart.ChartLegendLabelItem</span></a><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>
+<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>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/org.w3c.dom.events/-mouse-event/index.html"><span class="identifier">MouseEvent</span></a><span class="symbol">,</span>&nbsp;<span class="identifier">legendItem</span><span class="symbol">:</span>&nbsp;<span class="identifier">ChartLegendLabelItem</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="on-hover.html">onHover</a></p>
+(js)
+<h4><a href="on-hover.html">onHover</a></h4>
</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>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/org.w3c.dom.events/-mouse-event/index.html"><span class="identifier">MouseEvent</span></a><span class="symbol">,</span>&nbsp;<span class="identifier">legendItem</span><span class="symbol">:</span>&nbsp;<a href="../-chart-legend-label-item/index.html"><span class="identifier">Chart.ChartLegendLabelItem</span></a><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>
+<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>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/org.w3c.dom.events/-mouse-event/index.html"><span class="identifier">MouseEvent</span></a><span class="symbol">,</span>&nbsp;<span class="identifier">legendItem</span><span class="symbol">:</span>&nbsp;<span class="identifier">ChartLegendLabelItem</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="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><span class="keyword">dynamic</span></code></td>
</tr>
<tr>
<td>
-<p><a href="reverse.html">reverse</a></p>
+(js)
+<h4><a href="reverse.html">reverse</a></h4>
</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>