diff options
Diffstat (limited to 'api/pl.treksoft.kvision.chart/-chart/index.html')
-rw-r--r-- | api/pl.treksoft.kvision.chart/-chart/index.html | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/api/pl.treksoft.kvision.chart/-chart/index.html b/api/pl.treksoft.kvision.chart/-chart/index.html index 76730bc6..508d8d9c 100644 --- a/api/pl.treksoft.kvision.chart/-chart/index.html +++ b/api/pl.treksoft.kvision.chart/-chart/index.html @@ -589,6 +589,20 @@ <p>DSL builder extension function.</p> </td> </tr> +<tr> +<td> +<p><a href="register-plugin.html">registerPlugin</a></p> +</td> +<td> +<code><span class="keyword">fun </span><span class="identifier">registerPlugin</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.chart.Chart.Companion$registerPlugin(kotlin.Any)/plugin">plugin</span><span class="symbol">:</span> <span class="keyword">dynamic</span><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> +</tr> +<tr> +<td> +<p><a href="unregister-plugin.html">unregisterPlugin</a></p> +</td> +<td> +<code><span class="keyword">fun </span><span class="identifier">unregisterPlugin</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.chart.Chart.Companion$unregisterPlugin(kotlin.Any)/plugin">plugin</span><span class="symbol">:</span> <span class="keyword">dynamic</span><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> +</tr> </tbody> </table> <h3>Extension Functions</h3> |