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/-options/-init-.html | 15 ++ .../-options/animation.html | 14 ++ .../-options/aspect-ratio.html | 14 ++ .../-options/circumference.html | 14 ++ .../-options/cutout-percentage.html | 14 ++ .../-options/device-pixel-ratio.html | 14 ++ .../-options/elements.html | 14 ++ api/pl.treksoft.kvision.chart/-options/events.html | 14 ++ api/pl.treksoft.kvision.chart/-options/hover.html | 14 ++ api/pl.treksoft.kvision.chart/-options/index.html | 217 +++++++++++++++++++++ api/pl.treksoft.kvision.chart/-options/layout.html | 14 ++ .../-options/legend-callback.html | 14 ++ api/pl.treksoft.kvision.chart/-options/legend.html | 14 ++ .../-options/maintain-aspect-ratio.html | 14 ++ .../-options/on-click.html | 14 ++ .../-options/on-hover.html | 14 ++ .../-options/on-resize.html | 14 ++ .../-options/responsive-animation-duration.html | 14 ++ .../-options/responsive.html | 14 ++ .../-options/rotation.html | 14 ++ api/pl.treksoft.kvision.chart/-options/scales.html | 14 ++ .../-options/show-lines.html | 14 ++ .../-options/span-gaps.html | 14 ++ api/pl.treksoft.kvision.chart/-options/title.html | 14 ++ .../-options/tooltips.html | 14 ++ 25 files changed, 554 insertions(+) create mode 100644 api/pl.treksoft.kvision.chart/-options/-init-.html create mode 100644 api/pl.treksoft.kvision.chart/-options/animation.html create mode 100644 api/pl.treksoft.kvision.chart/-options/aspect-ratio.html create mode 100644 api/pl.treksoft.kvision.chart/-options/circumference.html create mode 100644 api/pl.treksoft.kvision.chart/-options/cutout-percentage.html create mode 100644 api/pl.treksoft.kvision.chart/-options/device-pixel-ratio.html create mode 100644 api/pl.treksoft.kvision.chart/-options/elements.html create mode 100644 api/pl.treksoft.kvision.chart/-options/events.html create mode 100644 api/pl.treksoft.kvision.chart/-options/hover.html create mode 100644 api/pl.treksoft.kvision.chart/-options/index.html create mode 100644 api/pl.treksoft.kvision.chart/-options/layout.html create mode 100644 api/pl.treksoft.kvision.chart/-options/legend-callback.html create mode 100644 api/pl.treksoft.kvision.chart/-options/legend.html create mode 100644 api/pl.treksoft.kvision.chart/-options/maintain-aspect-ratio.html create mode 100644 api/pl.treksoft.kvision.chart/-options/on-click.html create mode 100644 api/pl.treksoft.kvision.chart/-options/on-hover.html create mode 100644 api/pl.treksoft.kvision.chart/-options/on-resize.html create mode 100644 api/pl.treksoft.kvision.chart/-options/responsive-animation-duration.html create mode 100644 api/pl.treksoft.kvision.chart/-options/responsive.html create mode 100644 api/pl.treksoft.kvision.chart/-options/rotation.html create mode 100644 api/pl.treksoft.kvision.chart/-options/scales.html create mode 100644 api/pl.treksoft.kvision.chart/-options/show-lines.html create mode 100644 api/pl.treksoft.kvision.chart/-options/span-gaps.html create mode 100644 api/pl.treksoft.kvision.chart/-options/title.html create mode 100644 api/pl.treksoft.kvision.chart/-options/tooltips.html (limited to 'api/pl.treksoft.kvision.chart/-options') diff --git a/api/pl.treksoft.kvision.chart/-options/-init-.html b/api/pl.treksoft.kvision.chart/-options/-init-.html new file mode 100644 index 00000000..017b76c2 --- /dev/null +++ b/api/pl.treksoft.kvision.chart/-options/-init-.html @@ -0,0 +1,15 @@ + + + +Options.<init> - kvision + + + +kvision / pl.treksoft.kvision.chart / Options / <init>
+
+

<init>

+ +Options(responsive: Boolean = true, responsiveAnimationDuration: Int = 0, aspectRatio: Int = 2, maintainAspectRatio: Boolean = true, onResize: (chart: Chart, newSize: ChartSize) -> Unit = null, devicePixelRatio: Int? = null, hover: HoverOptions? = null, events: List<String>? = null, onHover: (chart: Chart, event: MouseEvent, activeElements: Array<Any>) -> Any = null, onClick: (chart: Chart, event: MouseEvent, activeElements: Array<Any>) -> Any = null, animation: AnimationOptions? = null, layout: LayoutOptions? = null, legend: LegendOptions? = null, legendCallback: (chart: Chart) -> String = null, title: TitleOptions? = null, tooltips: TooltipOptions? = null, elements: ElementsOptions? = null, scales: ChartScales? = null, showLines: Boolean? = null, spanGaps: Boolean? = null, cutoutPercentage: Int? = null, circumference: Double? = null, rotation: Double? = null) +

Chart options.

+ + diff --git a/api/pl.treksoft.kvision.chart/-options/animation.html b/api/pl.treksoft.kvision.chart/-options/animation.html new file mode 100644 index 00000000..58e47635 --- /dev/null +++ b/api/pl.treksoft.kvision.chart/-options/animation.html @@ -0,0 +1,14 @@ + + + +Options.animation - kvision + + + +kvision / pl.treksoft.kvision.chart / Options / animation
+
+

animation

+ +val animation: AnimationOptions? + + diff --git a/api/pl.treksoft.kvision.chart/-options/aspect-ratio.html b/api/pl.treksoft.kvision.chart/-options/aspect-ratio.html new file mode 100644 index 00000000..c2557093 --- /dev/null +++ b/api/pl.treksoft.kvision.chart/-options/aspect-ratio.html @@ -0,0 +1,14 @@ + + + +Options.aspectRatio - kvision + + + +kvision / pl.treksoft.kvision.chart / Options / aspectRatio
+
+

aspectRatio

+ +val aspectRatio: Int + + diff --git a/api/pl.treksoft.kvision.chart/-options/circumference.html b/api/pl.treksoft.kvision.chart/-options/circumference.html new file mode 100644 index 00000000..456ba26c --- /dev/null +++ b/api/pl.treksoft.kvision.chart/-options/circumference.html @@ -0,0 +1,14 @@ + + + +Options.circumference - kvision + + + +kvision / pl.treksoft.kvision.chart / Options / circumference
+
+

circumference

+ +val circumference: Double? + + diff --git a/api/pl.treksoft.kvision.chart/-options/cutout-percentage.html b/api/pl.treksoft.kvision.chart/-options/cutout-percentage.html new file mode 100644 index 00000000..a67db242 --- /dev/null +++ b/api/pl.treksoft.kvision.chart/-options/cutout-percentage.html @@ -0,0 +1,14 @@ + + + +Options.cutoutPercentage - kvision + + + +kvision / pl.treksoft.kvision.chart / Options / cutoutPercentage
+
+

cutoutPercentage

+ +val cutoutPercentage: Int? + + diff --git a/api/pl.treksoft.kvision.chart/-options/device-pixel-ratio.html b/api/pl.treksoft.kvision.chart/-options/device-pixel-ratio.html new file mode 100644 index 00000000..425014d7 --- /dev/null +++ b/api/pl.treksoft.kvision.chart/-options/device-pixel-ratio.html @@ -0,0 +1,14 @@ + + + +Options.devicePixelRatio - kvision + + + +kvision / pl.treksoft.kvision.chart / Options / devicePixelRatio
+
+

devicePixelRatio

+ +val devicePixelRatio: Int? + + diff --git a/api/pl.treksoft.kvision.chart/-options/elements.html b/api/pl.treksoft.kvision.chart/-options/elements.html new file mode 100644 index 00000000..645d55c6 --- /dev/null +++ b/api/pl.treksoft.kvision.chart/-options/elements.html @@ -0,0 +1,14 @@ + + + +Options.elements - kvision + + + +kvision / pl.treksoft.kvision.chart / Options / elements
+
+

elements

+ +val elements: ElementsOptions? + + diff --git a/api/pl.treksoft.kvision.chart/-options/events.html b/api/pl.treksoft.kvision.chart/-options/events.html new file mode 100644 index 00000000..3400c41b --- /dev/null +++ b/api/pl.treksoft.kvision.chart/-options/events.html @@ -0,0 +1,14 @@ + + + +Options.events - kvision + + + +kvision / pl.treksoft.kvision.chart / Options / events
+
+

events

+ +val events: List<String>? + + diff --git a/api/pl.treksoft.kvision.chart/-options/hover.html b/api/pl.treksoft.kvision.chart/-options/hover.html new file mode 100644 index 00000000..a0d4cea1 --- /dev/null +++ b/api/pl.treksoft.kvision.chart/-options/hover.html @@ -0,0 +1,14 @@ + + + +Options.hover - kvision + + + +kvision / pl.treksoft.kvision.chart / Options / hover
+
+

hover

+ +val hover: HoverOptions? + + diff --git a/api/pl.treksoft.kvision.chart/-options/index.html b/api/pl.treksoft.kvision.chart/-options/index.html new file mode 100644 index 00000000..b438676e --- /dev/null +++ b/api/pl.treksoft.kvision.chart/-options/index.html @@ -0,0 +1,217 @@ + + + +Options - kvision + + + +kvision / pl.treksoft.kvision.chart / Options
+
+

Options

+data class Options +

Chart options.

+

Constructors

+ + + + +
+

<init>

+
+Options(responsive: Boolean = true, responsiveAnimationDuration: Int = 0, aspectRatio: Int = 2, maintainAspectRatio: Boolean = true, onResize: (chart: Chart, newSize: ChartSize) -> Unit = null, devicePixelRatio: Int? = null, hover: HoverOptions? = null, events: List<String>? = null, onHover: (chart: Chart, event: MouseEvent, activeElements: Array<Any>) -> Any = null, onClick: (chart: Chart, event: MouseEvent, activeElements: Array<Any>) -> Any = null, animation: AnimationOptions? = null, layout: LayoutOptions? = null,