From e992f3f13ec46cad15cc7d6982e64ffc7223eb9a Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Sun, 10 Mar 2019 14:42:30 +0100 Subject: API documentation for KVision 0.0.29 --- api/pl.treksoft.kvision.chart/-chart/render.html | 26 ++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 api/pl.treksoft.kvision.chart/-chart/render.html (limited to 'api/pl.treksoft.kvision.chart/-chart/render.html') diff --git a/api/pl.treksoft.kvision.chart/-chart/render.html b/api/pl.treksoft.kvision.chart/-chart/render.html new file mode 100644 index 00000000..5b67ba9a --- /dev/null +++ b/api/pl.treksoft.kvision.chart/-chart/render.html @@ -0,0 +1,26 @@ + + + +Chart.render - kvision + + + +kvision / pl.treksoft.kvision.chart / Chart / render
+
+

render

+ +protected open fun render(): VNode +

Overrides Widget.render

+

Renders current component as a Snabbdom vnode.

+

Return
+Snabbdom vnode

+ +open fun render(duration: Int? = null, lazy: Boolean = false): Unit +

Renders the chart.

+

Parameters

+

+duration - animation duration

+

+lazy - if true, the animation can be interrupted by other animations

+ + -- cgit