diff options
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.html | 6 |
1 files changed, 3 insertions, 3 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 5f3bab69..41405bda 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 @@ -31,21 +31,21 @@ <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">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><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="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">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></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> <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="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">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></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> <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> |