From 35ba11a0343f626aa1832b4ba43a0ed2363fc265 Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Sat, 6 Apr 2019 19:36:32 +0200 Subject: Dokka upgrade to 0.9.18 --- api/pl.treksoft.kvision.chart/-tick-options/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'api/pl.treksoft.kvision.chart/-tick-options/index.html') diff --git a/api/pl.treksoft.kvision.chart/-tick-options/index.html b/api/pl.treksoft.kvision.chart/-tick-options/index.html index c642e689..da883e43 100644 --- a/api/pl.treksoft.kvision.chart/-tick-options/index.html +++ b/api/pl.treksoft.kvision.chart/-tick-options/index.html @@ -18,7 +18,7 @@

<init>

-TickOptions(callback: (value: Any, index: Any, values: Any) -> dynamic = null, display: Boolean = true, fontSize: Int = 12, fontStyle: FontStyle? = null, fontColor: Color? = null, fontFamily: String? = null, reverse: Boolean = false, minor: dynamic = null, major: dynamic = null) +TickOptions(callback: ((value: Any, index: Any, values: Any) -> dynamic)? = null, display: Boolean = true, fontSize: Int = 12, fontStyle: FontStyle? = null, fontColor: Color? = null, fontFamily: String? = null, reverse: Boolean = false, minor: dynamic = null, major: dynamic = null)

Chart tick options.

@@ -32,7 +32,7 @@

callback

-val callback: (value: Any, index: Any, values: Any) -> dynamic +val callback: ((value: Any, index: Any, values: Any) -> dynamic)? -- cgit