From fb7ff5b8bf2073a8d7b78011b9edffc830dc63cb Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Sat, 26 Oct 2019 00:17:24 +0200 Subject: API documentation for KVision 2.0.0 --- .../-hover-options/-init-.html | 15 ++++ .../-hover-options/animation-duration.html | 14 ++++ .../-hover-options/axis.html | 14 ++++ .../-hover-options/index.html | 84 ++++++++++++++++++++++ .../-hover-options/intersect.html | 14 ++++ .../-hover-options/mode.html | 14 ++++ 6 files changed, 155 insertions(+) create mode 100644 api1/pl.treksoft.kvision.chart/-hover-options/-init-.html create mode 100644 api1/pl.treksoft.kvision.chart/-hover-options/animation-duration.html create mode 100644 api1/pl.treksoft.kvision.chart/-hover-options/axis.html create mode 100644 api1/pl.treksoft.kvision.chart/-hover-options/index.html create mode 100644 api1/pl.treksoft.kvision.chart/-hover-options/intersect.html create mode 100644 api1/pl.treksoft.kvision.chart/-hover-options/mode.html (limited to 'api1/pl.treksoft.kvision.chart/-hover-options') diff --git a/api1/pl.treksoft.kvision.chart/-hover-options/-init-.html b/api1/pl.treksoft.kvision.chart/-hover-options/-init-.html new file mode 100644 index 00000000..24e8af7c --- /dev/null +++ b/api1/pl.treksoft.kvision.chart/-hover-options/-init-.html @@ -0,0 +1,15 @@ + + + +HoverOptions.<init> - kvision + + + +kvision / pl.treksoft.kvision.chart / HoverOptions / <init>
+
+

<init>

+ +HoverOptions(mode: InteractionMode = InteractionMode.NEAREST, animationDuration: Int = 400, intersect: Boolean = true, axis: String = "x") +

Chart hover options.

+ + diff --git a/api1/pl.treksoft.kvision.chart/-hover-options/animation-duration.html b/api1/pl.treksoft.kvision.chart/-hover-options/animation-duration.html new file mode 100644 index 00000000..7a8f289c --- /dev/null +++ b/api1/pl.treksoft.kvision.chart/-hover-options/animation-duration.html @@ -0,0 +1,14 @@ + + + +HoverOptions.animationDuration - kvision + + + +kvision / pl.treksoft.kvision.chart / HoverOptions / animationDuration
+
+

animationDuration

+ +val animationDuration: Int + + diff --git a/api1/pl.treksoft.kvision.chart/-hover-options/axis.html b/api1/pl.treksoft.kvision.chart/-hover-options/axis.html new file mode 100644 index 00000000..03dce365 --- /dev/null +++ b/api1/pl.treksoft.kvision.chart/-hover-options/axis.html @@ -0,0 +1,14 @@ + + + +HoverOptions.axis - kvision + + + +kvision / pl.treksoft.kvision.chart / HoverOptions / axis
+
+

axis

+ +val axis: String + + diff --git a/api1/pl.treksoft.kvision.chart/-hover-options/index.html b/api1/pl.treksoft.kvision.chart/-hover-options/index.html new file mode 100644 index 00000000..0db6e23b --- /dev/null +++ b/api1/pl.treksoft.kvision.chart/-hover-options/index.html @@ -0,0 +1,84 @@ + + + +HoverOptions - kvision + + + +kvision / pl.treksoft.kvision.chart / HoverOptions
+
+

HoverOptions

+data class HoverOptions +

Chart hover options.

+

Constructors

+ + + + + + + +
+

<init>

+
+HoverOptions(mode: InteractionMode = InteractionMode.NEAREST, animationDuration: Int = 400, intersect: Boolean = true, axis: String = "x") +

Chart hover options.

+
+

Properties

+ + + + + + + + + + + + + + + + + + + +
+

animationDuration

+
+val animationDuration: Int
+

axis

+
+val axis: String
+

intersect

+
+val intersect: Boolean
+

mode

+
+val mode: InteractionMode
+

Extension Functions

+ + + + + + + + + + + +
+

createInstance

+
+fun <T> Any?.createInstance(vararg args: dynamic): T +

Helper function for creating JavaScript objects from dynamic constructors.

+
+

toJs

+
+fun HoverOptions.toJs(): dynamic +

An extension function to convert configuration class to JS object.

+
+ + diff --git a/api1/pl.treksoft.kvision.chart/-hover-options/intersect.html b/api1/pl.treksoft.kvision.chart/-hover-options/intersect.html new file mode 100644 index 00000000..bdca7cd4 --- /dev/null +++ b/api1/pl.treksoft.kvision.chart/-hover-options/intersect.html @@ -0,0 +1,14 @@ + + + +HoverOptions.intersect - kvision + + + +kvision / pl.treksoft.kvision.chart / HoverOptions / intersect
+
+

intersect

+ +val intersect: Boolean + + diff --git a/api1/pl.treksoft.kvision.chart/-hover-options/mode.html b/api1/pl.treksoft.kvision.chart/-hover-options/mode.html new file mode 100644 index 00000000..8ab90e2c --- /dev/null +++ b/api1/pl.treksoft.kvision.chart/-hover-options/mode.html @@ -0,0 +1,14 @@ + + + +HoverOptions.mode - kvision + + + +kvision / pl.treksoft.kvision.chart / HoverOptions / mode
+
+

mode

+ +val mode: InteractionMode + + -- cgit