From a8ff23c5e58394c21e2e7c2a4880302b43b60dfd Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Thu, 16 May 2019 15:06:28 +0200 Subject: API documentation for KVision 0.0.36 --- 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 deletions(-) delete mode 100644 api/pl.treksoft.kvision.chart/-options/-init-.html delete mode 100644 api/pl.treksoft.kvision.chart/-options/animation.html delete mode 100644 api/pl.treksoft.kvision.chart/-options/aspect-ratio.html delete mode 100644 api/pl.treksoft.kvision.chart/-options/circumference.html delete mode 100644 api/pl.treksoft.kvision.chart/-options/cutout-percentage.html delete mode 100644 api/pl.treksoft.kvision.chart/-options/device-pixel-ratio.html delete mode 100644 api/pl.treksoft.kvision.chart/-options/elements.html delete mode 100644 api/pl.treksoft.kvision.chart/-options/events.html delete mode 100644 api/pl.treksoft.kvision.chart/-options/hover.html delete mode 100644 api/pl.treksoft.kvision.chart/-options/index.html delete mode 100644 api/pl.treksoft.kvision.chart/-options/layout.html delete mode 100644 api/pl.treksoft.kvision.chart/-options/legend-callback.html delete mode 100644 api/pl.treksoft.kvision.chart/-options/legend.html delete mode 100644 api/pl.treksoft.kvision.chart/-options/maintain-aspect-ratio.html delete mode 100644 api/pl.treksoft.kvision.chart/-options/on-click.html delete mode 100644 api/pl.treksoft.kvision.chart/-options/on-hover.html delete mode 100644 api/pl.treksoft.kvision.chart/-options/on-resize.html delete mode 100644 api/pl.treksoft.kvision.chart/-options/responsive-animation-duration.html delete mode 100644 api/pl.treksoft.kvision.chart/-options/responsive.html delete mode 100644 api/pl.treksoft.kvision.chart/-options/rotation.html delete mode 100644 api/pl.treksoft.kvision.chart/-options/scales.html delete mode 100644 api/pl.treksoft.kvision.chart/-options/show-lines.html delete mode 100644 api/pl.treksoft.kvision.chart/-options/span-gaps.html delete mode 100644 api/pl.treksoft.kvision.chart/-options/title.html delete 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 deleted file mode 100644 index ce4e139e..00000000 --- a/api/pl.treksoft.kvision.chart/-options/-init-.html +++ /dev/null @@ -1,15 +0,0 @@ - - - -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: Chart.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 deleted file mode 100644 index 58e47635..00000000 --- a/api/pl.treksoft.kvision.chart/-options/animation.html +++ /dev/null @@ -1,14 +0,0 @@ - - - -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 deleted file mode 100644 index c2557093..00000000 --- a/api/pl.treksoft.kvision.chart/-options/aspect-ratio.html +++ /dev/null @@ -1,14 +0,0 @@ - - - -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 deleted file mode 100644 index 456ba26c..00000000 --- a/api/pl.treksoft.kvision.chart/-options/circumference.html +++ /dev/null @@ -1,14 +0,0 @@ - - - -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 deleted file mode 100644 index a67db242..00000000 --- a/api/pl.treksoft.kvision.chart/-options/cutout-percentage.html +++ /dev/null @@ -1,14 +0,0 @@ - - - -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 deleted file mode 100644 index 425014d7..00000000 --- a/api/pl.treksoft.kvision.chart/-options/device-pixel-ratio.html +++ /dev/null @@ -1,14 +0,0 @@ - - - -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 deleted file mode 100644 index 645d55c6..00000000 --- a/api/pl.treksoft.kvision.chart/-options/elements.html +++ /dev/null @@ -1,14 +0,0 @@ - - - -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 deleted file mode 100644 index 3400c41b..00000000 --- a/api/pl.treksoft.kvision.chart/-options/events.html +++ /dev/null @@ -1,14 +0,0 @@ - - - -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 deleted file mode 100644 index a0d4cea1..00000000 --- a/api/pl.treksoft.kvision.chart/-options/hover.html +++ /dev/null @@ -1,14 +0,0 @@ - - - -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 deleted file mode 100644 index c276ec1e..00000000 --- a/api/pl.treksoft.kvision.chart/-options/index.html +++ /dev/null @@ -1,217 +0,0 @@ - - - -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: Chart.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,