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

<init>

+ +ChartOptions(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/-chart-options/animation.html b/api/pl.treksoft.kvision.chart/-chart-options/animation.html new file mode 100644 index 00000000..e1117af5 --- /dev/null +++ b/api/pl.treksoft.kvision.chart/-chart-options/animation.html @@ -0,0 +1,14 @@ + + + +ChartOptions.animation - kvision + + + +kvision / pl.treksoft.kvision.chart / ChartOptions / animation
+
+

animation

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

aspectRatio

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

circumference

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

cutoutPercentage

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

devicePixelRatio

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

elements

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

events

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

hover

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

ChartOptions

+data class ChartOptions +

Chart options.

+

Constructors

+ + + + +
+

<init>

+
+ChartOptions(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,