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 --- .../-animation-options/-init-.html | 2 +- .../-animation-options/index.html | 6 ++--- .../-animation-options/on-complete.html | 2 +- .../-animation-options/on-progress.html | 2 +- api/pl.treksoft.kvision.chart/-chart/chart.html | 2 +- .../-chart/get-native-config.html | 2 +- api/pl.treksoft.kvision.chart/-chart/index.html | 4 ++-- .../-configuration/index.html | 2 +- .../-legend-label-options/-init-.html | 2 +- .../-legend-label-options/filter.html | 2 +- .../-legend-label-options/generate-labels.html | 2 +- .../-legend-label-options/index.html | 6 ++--- .../-legend-options/-init-.html | 2 +- .../-legend-options/index.html | 6 ++--- .../-legend-options/on-click.html | 2 +- .../-legend-options/on-hover.html | 2 +- api/pl.treksoft.kvision.chart/-options/-init-.html | 2 +- api/pl.treksoft.kvision.chart/-options/index.html | 10 ++++---- .../-options/legend-callback.html | 2 +- .../-options/on-click.html | 2 +- .../-options/on-hover.html | 2 +- .../-options/on-resize.html | 2 +- .../-tick-options/-init-.html | 2 +- .../-tick-options/callback.html | 2 +- .../-tick-options/index.html | 4 ++-- .../-tooltip-callback/-init-.html | 2 +- .../-tooltip-callback/after-body.html | 2 +- .../-tooltip-callback/after-footer.html | 2 +- .../-tooltip-callback/after-label.html | 2 +- .../-tooltip-callback/after-title.html | 2 +- .../-tooltip-callback/before-body.html | 2 +- .../-tooltip-callback/before-footer.html | 2 +- .../-tooltip-callback/before-label.html | 2 +- .../-tooltip-callback/before-title.html | 2 +- .../-tooltip-callback/footer.html | 2 +- .../-tooltip-callback/index.html | 28 +++++++++++----------- .../-tooltip-callback/label-color.html | 2 +- .../-tooltip-callback/label-text-color.html | 2 +- .../-tooltip-callback/label.html | 2 +- .../-tooltip-callback/title.html | 2 +- .../-tooltip-options/-init-.html | 2 +- .../-tooltip-options/custom.html | 2 +- .../-tooltip-options/filter.html | 2 +- .../-tooltip-options/index.html | 8 +++---- .../-tooltip-options/item-sort.html | 2 +- api/pl.treksoft.kvision.chart/index.html | 14 +++++------ api/pl.treksoft.kvision.chart/to-js.html | 2 +- 47 files changed, 81 insertions(+), 81 deletions(-) (limited to 'api/pl.treksoft.kvision.chart') diff --git a/api/pl.treksoft.kvision.chart/-animation-options/-init-.html b/api/pl.treksoft.kvision.chart/-animation-options/-init-.html index b2ae90d4..4241c84a 100644 --- a/api/pl.treksoft.kvision.chart/-animation-options/-init-.html +++ b/api/pl.treksoft.kvision.chart/-animation-options/-init-.html @@ -9,7 +9,7 @@

<init>

-AnimationOptions(duration: Int = 1000, easing: Eeasing = Eeasing.EASEOUTQUART, onProgress: (obj: ChartAnimationObject) -> Unit = null, onComplete: (obj: ChartAnimationObject) -> Unit = null) +AnimationOptions(duration: Int = 1000, easing: Eeasing = Eeasing.EASEOUTQUART, onProgress: ((obj: Chart.ChartAnimationObject) -> Unit)? = null, onComplete: ((obj: Chart.ChartAnimationObject) -> Unit)? = null)

Chart animation options.

diff --git a/api/pl.treksoft.kvision.chart/-animation-options/index.html b/api/pl.treksoft.kvision.chart/-animation-options/index.html index d3cddb48..99982af7 100644 --- a/api/pl.treksoft.kvision.chart/-animation-options/index.html +++ b/api/pl.treksoft.kvision.chart/-animation-options/index.html @@ -18,7 +18,7 @@

<init>

-AnimationOptions(duration: Int = 1000, easing: Eeasing = Eeasing.EASEOUTQUART, onProgress: (obj: ChartAnimationObject) -> Unit = null, onComplete: (obj: ChartAnimationObject) -> Unit = null) +AnimationOptions(duration: Int = 1000, easing: Eeasing = Eeasing.EASEOUTQUART, onProgress: ((obj: Chart.ChartAnimationObject) -> Unit)? = null, onComplete: ((obj: Chart.ChartAnimationObject) -> Unit)? = null)

Chart animation options.

@@ -46,14 +46,14 @@

onComplete

-val onComplete: (obj: ChartAnimationObject) -> Unit +val onComplete: ((obj: Chart.ChartAnimationObject) -> Unit)?

onProgress

-val onProgress: (obj: ChartAnimationObject) -> Unit +val onProgress: ((obj: Chart.ChartAnimationObject) -> Unit)? diff --git a/api/pl.treksoft.kvision.chart/-animation-options/on-complete.html b/api/pl.treksoft.kvision.chart/-animation-options/on-complete.html index 7c1fcabf..4edbf6f6 100644 --- a/api/pl.treksoft.kvision.chart/-animation-options/on-complete.html +++ b/api/pl.treksoft.kvision.chart/-animation-options/on-complete.html @@ -9,6 +9,6 @@

onComplete

-val onComplete: (obj: ChartAnimationObject) -> Unit +val onComplete: ((obj: Chart.ChartAnimationObject) -> Unit)? diff --git a/api/pl.treksoft.kvision.chart/-animation-options/on-progress.html b/api/pl.treksoft.kvision.chart/-animation-options/on-progress.html index f1346470..09a3f07e 100644 --- a/api/pl.treksoft.kvision.chart/-animation-options/on-progress.html +++ b/api/pl.treksoft.kvision.chart/-animation-options/on-progress.html @@ -9,6 +9,6 @@

onProgress

-val onProgress: (obj: ChartAnimationObject) -> Unit +val onProgress: ((obj: Chart.ChartAnimationObject) -> Unit)? diff --git a/api/pl.treksoft.kvision.chart/-chart/chart.html b/api/pl.treksoft.kvision.chart/-chart/chart.html index a72bc019..611fd9b4 100644 --- a/api/pl.treksoft.kvision.chart/-chart/chart.html +++ b/api/pl.treksoft.kvision.chart/-chart/chart.html @@ -9,7 +9,7 @@

chart

-fun Container.chart(configuration: Configuration, chartWidth: Int? = null, chartHeight: Int? = null, classes: Set<String> = setOf(), init: Chart.() -> Unit = null): Chart +fun Container.chart(configuration: Configuration, chartWidth: Int? = null, chartHeight: Int? = null, classes: Set<String> = setOf(), init: (Chart.() -> Unit)? = null): Chart

DSL builder extension function.

It takes the same parameters as the constructor of the built component.

diff --git a/api/pl.treksoft.kvision.chart/-chart/get-native-config.html b/api/pl.treksoft.kvision.chart/-chart/get-native-config.html index 6d223f66..d31f3934 100644 --- a/api/pl.treksoft.kvision.chart/-chart/get-native-config.html +++ b/api/pl.treksoft.kvision.chart/-chart/get-native-config.html @@ -9,7 +9,7 @@

getNativeConfig

-open fun getNativeConfig(): ChartConfiguration? +open fun getNativeConfig(): Chart.ChartConfiguration?

Returns chart configuration in the form of native JS object.

diff --git a/api/pl.treksoft.kvision.chart/-chart/index.html b/api/pl.treksoft.kvision.chart/-chart/index.html index d150470c..71e35572 100644 --- a/api/pl.treksoft.kvision.chart/-chart/index.html +++ b/api/pl.treksoft.kvision.chart/-chart/index.html @@ -147,7 +147,7 @@

getNativeConfig

-open fun getNativeConfig(): ChartConfiguration? +open fun getNativeConfig(): Chart.ChartConfiguration?

Returns chart configuration in the form of native JS object.

@@ -552,7 +552,7 @@

chart

-fun Container.chart(configuration: Configuration, chartWidth: Int? = null, chartHeight: Int? = null, classes: Set<String> = setOf(), init: Chart.() -> Unit = null): Chart +fun Container.chart(configuration: Configuration, chartWidth: Int? = null, chartHeight: Int? = null, classes: Set<String> = setOf(), init: (Chart.() -> Unit)? = null): Chart

DSL builder extension function.

diff --git a/api/pl.treksoft.kvision.chart/-configuration/index.html b/api/pl.treksoft.kvision.chart/-configuration/index.html index 3a78fb0d..4af25af6 100644 --- a/api/pl.treksoft.kvision.chart/-configuration/index.html +++ b/api/pl.treksoft.kvision.chart/-configuration/index.html @@ -74,7 +74,7 @@

toJs

-fun Configuration.toJs(i18nTranslator: (String) -> String): ChartConfiguration +fun Configuration.toJs(i18nTranslator: (String) -> String): Chart.ChartConfiguration

An extension function to convert configuration class to JS object.

diff --git a/api/pl.treksoft.kvision.chart/-legend-label-options/-init-.html b/api/pl.treksoft.kvision.chart/-legend-label-options/-init-.html index 389c79f3..e4bbc1a7 100644 --- a/api/pl.treksoft.kvision.chart/-legend-label-options/-init-.html +++ b/api/pl.treksoft.kvision.chart/-legend-label-options/-init-.html @@ -9,7 +9,7 @@

<init>

-LegendLabelOptions(boxWidth: Int = 40, fontSize: Int = 12, fontStyle: FontStyle? = null, fontColor: Color? = null, fontFamily: String? = null, padding: Int = 10, generateLabels: (chart: Any) -> Any = null, filter: (legendItem: ChartLegendLabelItem, data: ChartData) -> Any = null, usePointStyle: Boolean = false) +LegendLabelOptions(boxWidth: Int = 40, fontSize: Int = 12, fontStyle: FontStyle? = null, fontColor: Color? = null, fontFamily: String? = null, padding: Int = 10, generateLabels: ((chart: Any) -> Any)? = null, filter: ((legendItem: Chart.ChartLegendLabelItem, data: Chart.ChartData) -> Any)? = null, usePointStyle: Boolean = false)

Chart legend label options.

diff --git a/api/pl.treksoft.kvision.chart/-legend-label-options/filter.html b/api/pl.treksoft.kvision.chart/-legend-label-options/filter.html index f0805e54..7a8779d5 100644 --- a/api/pl.treksoft.kvision.chart/-legend-label-options/filter.html +++ b/api/pl.treksoft.kvision.chart/-legend-label-options/filter.html @@ -9,6 +9,6 @@

filter

-val filter: (legendItem: ChartLegendLabelItem, data: ChartData) -> Any +val filter: ((legendItem: Chart.ChartLegendLabelItem, data: Chart.ChartData) -> Any)? diff --git a/api/pl.treksoft.kvision.chart/-legend-label-options/generate-labels.html b/api/pl.treksoft.kvision.chart/-legend-label-options/generate-labels.html index 9a4319bd..99fad0d7 100644 --- a/api/pl.treksoft.kvision.chart/-legend-label-options/generate-labels.html +++ b/api/pl.treksoft.kvision.chart/-legend-label-options/generate-labels.html @@ -9,6 +9,6 @@

generateLabels

-val generateLabels: (chart: Any) -> Any +val generateLabels: ((chart: Any) -> Any)? diff --git a/api/pl.treksoft.kvision.chart/-legend-label-options/index.html b/api/pl.treksoft.kvision.chart/-legend-label-options/index.html index 19097126..b04b8dd9 100644 --- a/api/pl.treksoft.kvision.chart/-legend-label-options/index.html +++ b/api/pl.treksoft.kvision.chart/-legend-label-options/index.html @@ -18,7 +18,7 @@

<init>

-LegendLabelOptions(boxWidth: Int = 40, fontSize: Int = 12, fontStyle: FontStyle? = null, fontColor: Color? = null, fontFamily: String? = null, padding: Int = 10, generateLabels: (chart: Any) -> Any = null, filter: (legendItem: ChartLegendLabelItem, data: ChartData) -> Any = null, usePointStyle: Boolean = false) +LegendLabelOptions(boxWidth: Int = 40, fontSize: Int = 12, fontStyle: FontStyle? = null, fontColor: Color? = null, fontFamily: String? = null, padding: Int = 10, generateLabels: ((chart: Any) -> Any)? = null, filter: ((legendItem: Chart.ChartLegendLabelItem, data: Chart.ChartData) -> Any)? = null, usePointStyle: Boolean = false)

Chart legend label options.

@@ -39,7 +39,7 @@

filter

-val filter: (legendItem: ChartLegendLabelItem, data: ChartData) -> Any +val filter: ((legendItem: Chart.ChartLegendLabelItem, data: Chart.ChartData) -> Any)? @@ -74,7 +74,7 @@

generateLabels

-val generateLabels: (chart: Any) -> Any +val generateLabels: ((chart: Any) -> Any)? diff --git a/api/pl.treksoft.kvision.chart/-legend-options/-init-.html b/api/pl.treksoft.kvision.chart/-legend-options/-init-.html index 7541890a..26627fa9 100644 --- a/api/pl.treksoft.kvision.chart/-legend-options/-init-.html +++ b/api/pl.treksoft.kvision.chart/-legend-options/-init-.html @@ -9,7 +9,7 @@

<init>

-LegendOptions(display: Boolean = true, position: Position = Position.TOP, fullWidth: Boolean = true, reverse: Boolean = false, onClick: (event: MouseEvent, legendItem: ChartLegendLabelItem) -> Unit = null, onHover: (event: MouseEvent, legendItem: ChartLegendLabelItem) -> Unit = null, labels: LegendLabelOptions? = null) +LegendOptions(display: Boolean = true, position: Position = Position.TOP, fullWidth: Boolean = true, reverse: Boolean = false, onClick: ((event: MouseEvent, legendItem: Chart.ChartLegendLabelItem) -> Unit)? = null, onHover: ((event: MouseEvent, legendItem: Chart.ChartLegendLabelItem) -> Unit)? = null, labels: LegendLabelOptions? = null)

Chart legend options.

diff --git a/api/pl.treksoft.kvision.chart/-legend-options/index.html b/api/pl.treksoft.kvision.chart/-legend-options/index.html index 8c071d2e..4f06ab67 100644 --- a/api/pl.treksoft.kvision.chart/-legend-options/index.html +++ b/api/pl.treksoft.kvision.chart/-legend-options/index.html @@ -18,7 +18,7 @@

<init>

-LegendOptions(display: Boolean = true, position: Position = Position.TOP, fullWidth: Boolean = true, reverse: Boolean = false, onClick: (event: MouseEvent, legendItem: ChartLegendLabelItem) -> Unit = null, onHover: (event: MouseEvent, legendItem: ChartLegendLabelItem) -> Unit = null, labels: LegendLabelOptions? = null) +LegendOptions(display: Boolean = true, position: Position = Position.TOP, fullWidth: Boolean = true, reverse: Boolean = false, onClick: ((event: MouseEvent, legendItem: Chart.ChartLegendLabelItem) -> Unit)? = null, onHover: ((event: MouseEvent, legendItem: Chart.ChartLegendLabelItem) -> Unit)? = null, labels: LegendLabelOptions? = null)

Chart legend options.

@@ -53,14 +53,14 @@

onClick

-val onClick: (event: MouseEvent, legendItem: ChartLegendLabelItem) -> Unit +val onClick: ((event: MouseEvent, legendItem: Chart.ChartLegendLabelItem) -> Unit)?

onHover

-val onHover: (event: MouseEvent, legendItem: ChartLegendLabelItem) -> Unit +val onHover: ((event: MouseEvent, legendItem: Chart.ChartLegendLabelItem) -> Unit)? diff --git a/api/pl.treksoft.kvision.chart/-legend-options/on-click.html b/api/pl.treksoft.kvision.chart/-legend-options/on-click.html index 53d039c1..840fa799 100644 --- a/api/pl.treksoft.kvision.chart/-legend-options/on-click.html +++ b/api/pl.treksoft.kvision.chart/-legend-options/on-click.html @@ -9,6 +9,6 @@

onClick

-val onClick: (event: MouseEvent, legendItem: ChartLegendLabelItem) -> Unit +val onClick: ((event: MouseEvent, legendItem: Chart.ChartLegendLabelItem) -> Unit)? diff --git a/api/pl.treksoft.kvision.chart/-legend-options/on-hover.html b/api/pl.treksoft.kvision.chart/-legend-options/on-hover.html index 58d23ada..c3da1426 100644 --- a/api/pl.treksoft.kvision.chart/-legend-options/on-hover.html +++ b/api/pl.treksoft.kvision.chart/-legend-options/on-hover.html @@ -9,6 +9,6 @@

onHover

-val onHover: (event: MouseEvent, legendItem: ChartLegendLabelItem) -> Unit +val onHover: ((event: MouseEvent, legendItem: Chart.ChartLegendLabelItem) -> Unit)? diff --git a/api/pl.treksoft.kvision.chart/-options/-init-.html b/api/pl.treksoft.kvision.chart/-options/-init-.html index 017b76c2..ce4e139e 100644 --- a/api/pl.treksoft.kvision.chart/-options/-init-.html +++ b/api/pl.treksoft.kvision.chart/-options/-init-.html @@ -9,7 +9,7 @@

<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) +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/index.html b/api/pl.treksoft.kvision.chart/-options/index.html index b438676e..c276ec1e 100644 --- a/api/pl.treksoft.kvision.chart/-options/index.html +++ b/api/pl.treksoft.kvision.chart/-options/index.html @@ -18,7 +18,7 @@

<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) +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.

@@ -102,7 +102,7 @@

legendCallback

-val legendCallback: (chart: Chart) -> String +val legendCallback: ((chart: Chart) -> String)? @@ -116,21 +116,21 @@

onClick

-val onClick: (chart: Chart, event: MouseEvent, activeElements: Array<Any>) -> Any +val onClick: ((chart: Chart, event: MouseEvent, activeElements: Array<Any>) -> Any)?

onHover

-val onHover: (chart: Chart, event: MouseEvent, activeElements: Array<Any>) -> Any +val onHover: ((chart: Chart, event: MouseEvent, activeElements: Array<Any>) -> Any)?

onResize

-val onResize: (chart: Chart, newSize: ChartSize) -> Unit +val onResize: ((chart: Chart, newSize: Chart.ChartSize) -> Unit)? diff --git a/api/pl.treksoft.kvision.chart/-options/legend-callback.html b/api/pl.treksoft.kvision.chart/-options/legend-callback.html index 901a8be8..8212eb3f 100644 --- a/api/pl.treksoft.kvision.chart/-options/legend-callback.html +++ b/api/pl.treksoft.kvision.chart/-options/legend-callback.html @@ -9,6 +9,6 @@

legendCallback

-val legendCallback: (chart: Chart) -> String +val legendCallback: ((chart: Chart) -> String)? diff --git a/api/pl.treksoft.kvision.chart/-options/on-click.html b/api/pl.treksoft.kvision.chart/-options/on-click.html index 55973388..0d7d3856 100644 --- a/api/pl.treksoft.kvision.chart/-options/on-click.html +++ b/api/pl.treksoft.kvision.chart/-options/on-click.html @@ -9,6 +9,6 @@

onClick

-val onClick: (chart: Chart, event: MouseEvent, activeElements: Array<Any>) -> Any +val onClick: ((chart: Chart, event: MouseEvent, activeElements: Array<Any>) -> Any)? diff --git a/api/pl.treksoft.kvision.chart/-options/on-hover.html b/api/pl.treksoft.kvision.chart/-options/on-hover.html index a6f1ac3d..571c9c12 100644 --- a/api/pl.treksoft.kvision.chart/-options/on-hover.html +++ b/api/pl.treksoft.kvision.chart/-options/on-hover.html @@ -9,6 +9,6 @@

onHover

-val onHover: (chart: Chart, event: MouseEvent, activeElements: Array<Any>) -> Any +val onHover: ((chart: Chart, event: MouseEvent, activeElements: Array<Any>) -> Any)? diff --git a/api/pl.treksoft.kvision.chart/-options/on-resize.html b/api/pl.treksoft.kvision.chart/-options/on-resize.html index 8916b85b..5c4a5a90 100644 --- a/api/pl.treksoft.kvision.chart/-options/on-resize.html +++ b/api/pl.treksoft.kvision.chart/-options/on-resize.html @@ -9,6 +9,6 @@

onResize

-val onResize: (chart: Chart, newSize: ChartSize) -> Unit +val onResize: ((chart: Chart, newSize: Chart.ChartSize) -> Unit)? diff --git a/api/pl.treksoft.kvision.chart/-tick-options/-init-.html b/api/pl.treksoft.kvision.chart/-tick-options/-init-.html index bf821c19..85d483a5 100644 --- a/api/pl.treksoft.kvision.chart/-tick-options/-init-.html +++ b/api/pl.treksoft.kvision.chart/-tick-options/-init-.html @@ -9,7 +9,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.

diff --git a/api/pl.treksoft.kvision.chart/-tick-options/callback.html b/api/pl.treksoft.kvision.chart/-tick-options/callback.html index 68b47d4e..db6303f6 100644 --- a/api/pl.treksoft.kvision.chart/-tick-options/callback.html +++ b/api/pl.treksoft.kvision.chart/-tick-options/callback.html @@ -9,6 +9,6 @@

callback

-val callback: (value: Any, index: Any, values: Any) -> dynamic +val callback: ((value: Any, index: Any, values: Any) -> dynamic)? 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)? diff --git a/api/pl.treksoft.kvision.chart/-tooltip-callback/-init-.html b/api/pl.treksoft.kvision.chart/-tooltip-callback/-init-.html index 11b83f99..b50ab2aa 100644 --- a/api/pl.treksoft.kvision.chart/-tooltip-callback/-init-.html +++ b/api/pl.treksoft.kvision.chart/-tooltip-callback/-init-.html @@ -9,7 +9,7 @@

<init>

-TooltipCallback(beforeTitle: (item: Array<ChartTooltipItem>, data: ChartData) -> dynamic = null, title: (item: Array<ChartTooltipItem>, data: ChartData) -> dynamic = null, afterTitle: (item: Array<ChartTooltipItem>, data: ChartData) -> dynamic = null, beforeBody: (item: Array<ChartTooltipItem>, data: ChartData) -> dynamic = null, beforeLabel: (tooltipItem: ChartTooltipItem, data: ChartData) -> dynamic = null, label: (tooltipItem: ChartTooltipItem, data: ChartData) -> dynamic = null, labelColor: (tooltipItem: ChartTooltipItem, chart: Chart) -> ChartTooltipLabelColor = null, labelTextColor: (tooltipItem: ChartTooltipItem, chart: Chart) -> String = null, afterLabel: (tooltipItem: ChartTooltipItem, data: ChartData) -> dynamic = null, afterBody: (item: Array<ChartTooltipItem>, data: ChartData) -> dynamic = null, beforeFooter: (item: Array<ChartTooltipItem>, data: ChartData) -> dynamic = null, footer: (item: Array<ChartTooltipItem>, data: ChartData) -> dynamic = null, afterFooter: (item: Array<ChartTooltipItem>, data: ChartData) -> dynamic = null) +TooltipCallback(beforeTitle: ((item: Array<Chart.ChartTooltipItem>, data: Chart.ChartData) -> dynamic)? = null, title: ((item: Array<Chart.ChartTooltipItem>, data: Chart.ChartData) -> dynamic)? = null, afterTitle: ((item: Array<Chart.ChartTooltipItem>, data: Chart.ChartData) -> dynamic)? = null, beforeBody: ((item: Array<Chart.ChartTooltipItem>, data: Chart.ChartData) -> dynamic)? = null, beforeLabel: ((tooltipItem: Chart.ChartTooltipItem, data: Chart.ChartData) -> dynamic)? = null, label: ((tooltipItem: Chart.ChartTooltipItem, data: Chart.ChartData) -> dynamic)? = null, labelColor: ((tooltipItem: Chart.ChartTooltipItem, chart: Chart) -> Chart.ChartTooltipLabelColor)? = null, labelTextColor: ((tooltipItem: Chart.ChartTooltipItem, chart: Chart) -> String)? = null, afterLabel: ((tooltipItem: Chart.ChartTooltipItem, data: Chart.ChartData) -> dynamic)? = null, afterBody: ((item: Array<Chart.ChartTooltipItem>, data: Chart.ChartData) -> dynamic)? = null, beforeFooter: ((item: Array<Chart.ChartTooltipItem>, data: Chart.ChartData) -> dynamic)? = null, footer: ((item: Array<Chart.ChartTooltipItem>, data: Chart.ChartData) -> dynamic)? = null, afterFooter: ((item: Array<Chart.ChartTooltipItem>, data: Chart.ChartData) -> dynamic)? = null)

Chart tooltips callbacks.

diff --git a/api/pl.treksoft.kvision.chart/-tooltip-callback/after-body.html b/api/pl.treksoft.kvision.chart/-tooltip-callback/after-body.html index c059548f..a42443c7 100644 --- a/api/pl.treksoft.kvision.chart/-tooltip-callback/after-body.html +++ b/api/pl.treksoft.kvision.chart/-tooltip-callback/after-body.html @@ -9,6 +9,6 @@

afterBody

-val afterBody: (item: Array<ChartTooltipItem>, data: ChartData) -> dynamic +val afterBody: ((item: Array<Chart.ChartTooltipItem>, data: Chart.ChartData) -> dynamic)? diff --git a/api/pl.treksoft.kvision.chart/-tooltip-callback/after-footer.html b/api/pl.treksoft.kvision.chart/-tooltip-callback/after-footer.html index 3f74cde5..fea226ac 100644 --- a/api/pl.treksoft.kvision.chart/-tooltip-callback/after-footer.html +++ b/api/pl.treksoft.kvision.chart/-tooltip-callback/after-footer.html @@ -9,6 +9,6 @@

afterFooter

-val afterFooter: (item: Array<ChartTooltipItem>, data: ChartData) -> dynamic +val afterFooter: ((item: Array<Chart.ChartTooltipItem>, data: Chart.ChartData) -> dynamic)? diff --git a/api/pl.treksoft.kvision.chart/-tooltip-callback/after-label.html b/api/pl.treksoft.kvision.chart/-tooltip-callback/after-label.html index 93966bd9..01be5194 100644 --- a/api/pl.treksoft.kvision.chart/-tooltip-callback/after-label.html +++ b/api/pl.treksoft.kvision.chart/-tooltip-callback/after-label.html @@ -9,6 +9,6 @@

afterLabel

-val afterLabel: (tooltipItem: ChartTooltipItem, data: ChartData) -> dynamic +val afterLabel: ((tooltipItem: Chart.ChartTooltipItem, data: Chart.ChartData) -> dynamic)? diff --git a/api/pl.treksoft.kvision.chart/-tooltip-callback/after-title.html b/api/pl.treksoft.kvision.chart/-tooltip-callback/after-title.html index 0a1db68b..79d45335 100644 --- a/api/pl.treksoft.kvision.chart/-tooltip-callback/after-title.html +++ b/api/pl.treksoft.kvision.chart/-tooltip-callback/after-title.html @@ -9,6 +9,6 @@

afterTitle

-val afterTitle: (item: Array<ChartTooltipItem>, data: ChartData) -> dynamic +val afterTitle: ((item: Array<Chart.ChartTooltipItem>, data: Chart.ChartData) -> dynamic)? diff --git a/api/pl.treksoft.kvision.chart/-tooltip-callback/before-body.html b/api/pl.treksoft.kvision.chart/-tooltip-callback/before-body.html index d09659aa..7d8cd066 100644 --- a/api/pl.treksoft.kvision.chart/-tooltip-callback/before-body.html +++ b/api/pl.treksoft.kvision.chart/-tooltip-callback/before-body.html @@ -9,6 +9,6 @@

beforeBody

-val beforeBody: (item: Array<ChartTooltipItem>, data: ChartData) -> dynamic +val beforeBody: ((item: Array<Chart.ChartTooltipItem>, data: Chart.ChartData) -> dynamic)? diff --git a/api/pl.treksoft.kvision.chart/-tooltip-callback/before-footer.html b/api/pl.treksoft.kvision.chart/-tooltip-callback/before-footer.html index f36f47cd..6e5b4dc3 100644 --- a/api/pl.treksoft.kvision.chart/-tooltip-callback/before-footer.html +++ b/api/pl.treksoft.kvision.chart/-tooltip-callback/before-footer.html @@ -9,6 +9,6 @@

beforeFooter

-val beforeFooter: (item: Array<ChartTooltipItem>, data: ChartData) -> dynamic +val beforeFooter: ((item: Array<Chart.ChartTooltipItem>, data: Chart.ChartData) -> dynamic)? diff --git a/api/pl.treksoft.kvision.chart/-tooltip-callback/before-label.html b/api/pl.treksoft.kvision.chart/-tooltip-callback/before-label.html index 6557a8c4..41f77cb4 100644 --- a/api/pl.treksoft.kvision.chart/-tooltip-callback/before-label.html +++ b/api/pl.treksoft.kvision.chart/-tooltip-callback/before-label.html @@ -9,6 +9,6 @@

beforeLabel

-val beforeLabel: (tooltipItem: ChartTooltipItem, data: ChartData) -> dynamic +val beforeLabel: ((tooltipItem: Chart.ChartTooltipItem, data: Chart.ChartData) -> dynamic)? diff --git a/api/pl.treksoft.kvision.chart/-tooltip-callback/before-title.html b/api/pl.treksoft.kvision.chart/-tooltip-callback/before-title.html index 1e8aaea6..8fe5a24a 100644 --- a/api/pl.treksoft.kvision.chart/-tooltip-callback/before-title.html +++ b/api/pl.treksoft.kvision.chart/-tooltip-callback/before-title.html @@ -9,6 +9,6 @@

beforeTitle

-val beforeTitle: (item: Array<ChartTooltipItem>, data: ChartData) -> dynamic +val beforeTitle: ((item: Array<Chart.ChartTooltipItem>, data: Chart.ChartData) -> dynamic)? diff --git a/api/pl.treksoft.kvision.chart/-tooltip-callback/footer.html b/api/pl.treksoft.kvision.chart/-tooltip-callback/footer.html index 4f6e3373..99bd4048 100644 --- a/api/pl.treksoft.kvision.chart/-tooltip-callback/footer.html +++ b/api/pl.treksoft.kvision.chart/-tooltip-callback/footer.html @@ -9,6 +9,6 @@

footer

-val footer: (item: Array<ChartTooltipItem>, data: ChartData) -> dynamic +val footer: ((item: Array<Chart.ChartTooltipItem>, data: Chart.ChartData) -> dynamic)? diff --git a/api/pl.treksoft.kvision.chart/-tooltip-callback/index.html b/api/pl.treksoft.kvision.chart/-tooltip-callback/index.html index f99e8c46..b149c49f 100644 --- a/api/pl.treksoft.kvision.chart/-tooltip-callback/index.html +++ b/api/pl.treksoft.kvision.chart/-tooltip-callback/index.html @@ -18,7 +18,7 @@

<init>

-TooltipCallback(beforeTitle: (item: Array<ChartTooltipItem>, data: ChartData) -> dynamic = null, title: (item: Array<ChartTooltipItem>, data: ChartData) -> dynamic = null, afterTitle: (item: Array<ChartTooltipItem>, data: ChartData) -> dynamic = null, beforeBody: (item: Array<ChartTooltipItem>, data: ChartData) -> dynamic = null, beforeLabel: (tooltipItem: ChartTooltipItem, data: ChartData) -> dynamic = null, label: (tooltipItem: ChartTooltipItem, data: ChartData) -> dynamic = null, labelColor: (tooltipItem: ChartTooltipItem, chart: Chart) -> ChartTooltipLabelColor = null, labelTextColor: (tooltipItem: ChartTooltipItem, chart: Chart) -> String = null, afterLabel: (tooltipItem: ChartTooltipItem, data: ChartData) -> dynamic = null, afterBody: (item: Array<ChartTooltipItem>, data: ChartData) -> dynamic = null, beforeFooter: (item: Array<ChartTooltipItem>, data: ChartData) -> dynamic = null, footer: (item: Array<ChartTooltipItem>, data: ChartData) -> dynamic = null, afterFooter: (item: Array<ChartTooltipItem>, data: ChartData) -> dynamic = null) +TooltipCallback(beforeTitle: ((item: Array<Chart.ChartTooltipItem>, data: Chart.ChartData) -> dynamic)? = null, title: ((item: Array<Chart.ChartTooltipItem>, data: Chart.ChartData) -> dynamic)? = null, afterTitle: ((item: Array<Chart.ChartTooltipItem>, data: Chart.ChartData) -> dynamic)? = null, beforeBody: ((item: Array<Chart.ChartTooltipItem>, data: Chart.ChartData) -> dynamic)? = null, beforeLabel: ((tooltipItem: Chart.ChartTooltipItem, data: Chart.ChartData) -> dynamic)? = null, label: ((tooltipItem: Chart.ChartTooltipItem, data: Chart.ChartData) -> dynamic)? = null, labelColor: ((tooltipItem: Chart.ChartTooltipItem, chart: Chart) -> Chart.ChartTooltipLabelColor)? = null, labelTextColor: ((tooltipItem: Chart.ChartTooltipItem, chart: Chart) -> String)? = null, afterLabel: ((tooltipItem: Chart.ChartTooltipItem, data: Chart.ChartData) -> dynamic)? = null, afterBody: ((item: Array<Chart.ChartTooltipItem>, data: Chart.ChartData) -> dynamic)? = null, beforeFooter: ((item: Array<Chart.ChartTooltipItem>, data: Chart.ChartData) -> dynamic)? = null, footer: ((item: Array<Chart.ChartTooltipItem>, data: Chart.ChartData) -> dynamic)? = null, afterFooter: ((item: Array<Chart.ChartTooltipItem>, data: Chart.ChartData) -> dynamic)? = null)

Chart tooltips callbacks.

@@ -32,91 +32,91 @@

afterBody

-val afterBody: (item: Array<ChartTooltipItem>, data: ChartData) -> dynamic +val afterBody: ((item: Array<Chart.ChartTooltipItem>, data: Chart.ChartData) -> dynamic)?

afterFooter

-val afterFooter: (item: Array<ChartTooltipItem>, data: ChartData) -> dynamic +val afterFooter: ((item: Array<Chart.ChartTooltipItem>, data: Chart.ChartData) -> dynamic)?

afterLabel

-val afterLabel: (tooltipItem: ChartTooltipItem, data: ChartData) -> dynamic +val afterLabel: ((tooltipItem: Chart.ChartTooltipItem, data: Chart.ChartData) -> dynamic)?

afterTitle

-val afterTitle: (item: Array<ChartTooltipItem>, data: ChartData) -> dynamic +val afterTitle: ((item: Array<Chart.ChartTooltipItem>, data: Chart.ChartData) -> dynamic)?

beforeBody

-val beforeBody: (item: Array<ChartTooltipItem>, data: ChartData) -> dynamic +val beforeBody: ((item: Array<Chart.ChartTooltipItem>, data: Chart.ChartData) -> dynamic)?

beforeFooter

-val beforeFooter: (item: Array<ChartTooltipItem>, data: ChartData) -> dynamic +val beforeFooter: ((item: Array<Chart.ChartTooltipItem>, data: Chart.ChartData) -> dynamic)?

beforeLabel

-val beforeLabel: (tooltipItem: ChartTooltipItem, data: ChartData) -> dynamic +val beforeLabel: ((tooltipItem: Chart.ChartTooltipItem, data: Chart.ChartData) -> dynamic)?

beforeTitle

-val beforeTitle: (item: Array<ChartTooltipItem>, data: ChartData) -> dynamic +val beforeTitle: ((item: Array<Chart.ChartTooltipItem>, data: Chart.ChartData) -> dynamic)?

footer

-val footer: (item: Array<ChartTooltipItem>, data: ChartData) -> dynamic +val footer: ((item: Array<Chart.ChartTooltipItem>, data: Chart.ChartData) -> dynamic)?

label

-val label: (tooltipItem: ChartTooltipItem, data: ChartData) -> dynamic +val label: ((tooltipItem: Chart.ChartTooltipItem, data: Chart.ChartData) -> dynamic)?

labelColor

-val labelColor: (tooltipItem: ChartTooltipItem, chart: Chart) -> ChartTooltipLabelColor +val labelColor: ((tooltipItem: Chart.ChartTooltipItem, chart: Chart) -> Chart.ChartTooltipLabelColor)?

labelTextColor

-val labelTextColor: (tooltipItem: ChartTooltipItem, chart: Chart) -> String +val labelTextColor: ((tooltipItem: Chart.ChartTooltipItem, chart: Chart) -> String)?

title

-val title: (item: Array<ChartTooltipItem>, data: ChartData) -> dynamic +val title: ((item: Array<Chart.ChartTooltipItem>, data: Chart.ChartData) -> dynamic)? diff --git a/api/pl.treksoft.kvision.chart/-tooltip-callback/label-color.html b/api/pl.treksoft.kvision.chart/-tooltip-callback/label-color.html index a8b02916..0deb1a18 100644 --- a/api/pl.treksoft.kvision.chart/-tooltip-callback/label-color.html +++ b/api/pl.treksoft.kvision.chart/-tooltip-callback/label-color.html @@ -9,6 +9,6 @@

labelColor

-val labelColor: (tooltipItem: ChartTooltipItem, chart: Chart) -> ChartTooltipLabelColor +val labelColor: ((tooltipItem: Chart.ChartTooltipItem, chart: Chart) -> Chart.ChartTooltipLabelColor)? diff --git a/api/pl.treksoft.kvision.chart/-tooltip-callback/label-text-color.html b/api/pl.treksoft.kvision.chart/-tooltip-callback/label-text-color.html index 7da4eb94..37b03dd6 100644 --- a/api/pl.treksoft.kvision.chart/-tooltip-callback/label-text-color.html +++ b/api/pl.treksoft.kvision.chart/-tooltip-callback/label-text-color.html @@ -9,6 +9,6 @@

labelTextColor

-val labelTextColor: (tooltipItem: ChartTooltipItem, chart: Chart) -> String +val labelTextColor: ((tooltipItem: Chart.ChartTooltipItem, chart: Chart) -> String)? diff --git a/api/pl.treksoft.kvision.chart/-tooltip-callback/label.html b/api/pl.treksoft.kvision.chart/-tooltip-callback/label.html index 01adba74..1356f538 100644 --- a/api/pl.treksoft.kvision.chart/-tooltip-callback/label.html +++ b/api/pl.treksoft.kvision.chart/-tooltip-callback/label.html @@ -9,6 +9,6 @@

label

-val label: (tooltipItem: ChartTooltipItem, data: ChartData) -> dynamic +val label: ((tooltipItem: Chart.ChartTooltipItem, data: Chart.ChartData) -> dynamic)? diff --git a/api/pl.treksoft.kvision.chart/-tooltip-callback/title.html b/api/pl.treksoft.kvision.chart/-tooltip-callback/title.html index c4d88f9c..7fe4e63d 100644 --- a/api/pl.treksoft.kvision.chart/-tooltip-callback/title.html +++ b/api/pl.treksoft.kvision.chart/-tooltip-callback/title.html @@ -9,6 +9,6 @@

title

-val title: (item: Array<ChartTooltipItem>, data: ChartData) -> dynamic +val title: ((item: Array<Chart.ChartTooltipItem>, data: Chart.ChartData) -> dynamic)? diff --git a/api/pl.treksoft.kvision.chart/-tooltip-options/-init-.html b/api/pl.treksoft.kvision.chart/-tooltip-options/-init-.html index 32c5851e..79ac37db 100644 --- a/api/pl.treksoft.kvision.chart/-tooltip-options/-init-.html +++ b/api/pl.treksoft.kvision.chart/-tooltip-options/-init-.html @@ -9,7 +9,7 @@

<init>

-TooltipOptions(enabled: Boolean = true, custom: (a: Any) -> Unit = null, mode: InteractionMode = InteractionMode.NEAREST, intersect: Boolean = true, position: TooltipPosition = TooltipPosition.AVERAGE, callbacks: TooltipCallback? = null, filter: (item: ChartTooltipItem, data: ChartData) -> Boolean = null, itemSort: (itemA: ChartTooltipItem, itemB: ChartTooltipItem) -> Number = null, backgroundColor: Color? = null, titleFontSize: Int = 12, titleFontStyle: FontStyle? = null, titleFontColor: Color? = null, titleFontFamily: String? = null, titleSpacing: Int = 2, titleMarginBottom: Int = 6, bodyFontSize: Int = 12, bodyFontStyle: FontStyle? = null, bodyFontColor: Color? = null, bodyFontFamily: String? = null, bodySpacing: Int = 2, footerFontSize: Int = 12, footerFontStyle: FontStyle? = null, footerFontColor: Color? = null, footerFontFamily: String? = null, footerSpacing: Int = 2, footerMarginTop: Int = 6, xPadding: Int = 6, yPadding: Int = 6, caretPadding: Int = 2, caretSize: Int = 5, cornerRadius: Int = 6, multiKeyBackground: Color? = null, displayColors: Boolean = true, borderColor: Color? = null, borderWidth: Int = 0) +TooltipOptions(enabled: Boolean = true, custom: ((a: Any) -> Unit)? = null, mode: InteractionMode = InteractionMode.NEAREST, intersect: Boolean = true, position: TooltipPosition = TooltipPosition.AVERAGE, callbacks: TooltipCallback? = null, filter: ((item: Chart.ChartTooltipItem, data: Chart.ChartData) -> Boolean)? = null, itemSort: ((itemA: Chart.ChartTooltipItem, itemB: Chart.ChartTooltipItem) -> Number)? = null, backgroundColor: Color? = null, titleFontSize: Int = 12, titleFontStyle: FontStyle? = null, titleFontColor: Color? = null, titleFontFamily: String? = null, titleSpacing: Int = 2, titleMarginBottom: Int = 6, bodyFontSize: Int = 12, bodyFontStyle: FontStyle? = null, bodyFontColor: Color? = null, bodyFontFamily: String? = null, bodySpacing: Int = 2, footerFontSize: Int = 12, footerFontStyle: FontStyle? = null, footerFontColor: Color? = null, footerFontFamily: String? = null, footerSpacing: Int = 2, footerMarginTop: Int = 6, xPadding: Int = 6, yPadding: Int = 6, caretPadding: Int = 2, caretSize: Int = 5, cornerRadius: Int = 6, multiKeyBackground: Color? = null, displayColors: Boolean = true, borderColor: Color? = null, borderWidth: Int = 0)

Chart tooltip options.

diff --git a/api/pl.treksoft.kvision.chart/-tooltip-options/custom.html b/api/pl.treksoft.kvision.chart/-tooltip-options/custom.html index ad34496d..3e2eb2f5 100644 --- a/api/pl.treksoft.kvision.chart/-tooltip-options/custom.html +++ b/api/pl.treksoft.kvision.chart/-tooltip-options/custom.html @@ -9,6 +9,6 @@

custom

-val custom: (a: Any) -> Unit +val custom: ((a: Any) -> Unit)? diff --git a/api/pl.treksoft.kvision.chart/-tooltip-options/filter.html b/api/pl.treksoft.kvision.chart/-tooltip-options/filter.html index 6c1acad5..1fc4856a 100644 --- a/api/pl.treksoft.kvision.chart/-tooltip-options/filter.html +++ b/api/pl.treksoft.kvision.chart/-tooltip-options/filter.html @@ -9,6 +9,6 @@

filter

-val filter: (item: ChartTooltipItem, data: ChartData) -> Boolean +val filter: ((item: Chart.ChartTooltipItem, data: Chart.ChartData) -> Boolean)? diff --git a/api/pl.treksoft.kvision.chart/-tooltip-options/index.html b/api/pl.treksoft.kvision.chart/-tooltip-options/index.html index 05bc6011..6a4daa92 100644 --- a/api/pl.treksoft.kvision.chart/-tooltip-options/index.html +++ b/api/pl.treksoft.kvision.chart/-tooltip-options/index.html @@ -18,7 +18,7 @@

<init>

-TooltipOptions(enabled: Boolean = true, custom: (a: Any) -> Unit = null, mode: InteractionMode = InteractionMode.NEAREST, intersect: Boolean = true, position: TooltipPosition = TooltipPosition.AVERAGE, callbacks: TooltipCallback? = null, filter: (item: ChartTooltipItem, data: ChartData) -> Boolean = null, itemSort: (itemA: ChartTooltipItem, itemB: ChartTooltipItem) -> Number = null, backgroundColor: Color? = null, titleFontSize: Int = 12, titleFontStyle: FontStyle? = null, titleFontColor: Color? = null, titleFontFamily: String? = null, titleSpacing: Int = 2, titleMarginBottom: Int = 6, bodyFontSize: Int = 12, bodyFontStyle: FontStyle? = null, bodyFontColor: Color? = null, bodyFontFamily: String? = null, bodySpacing: Int = 2, footerFontSize: Int = 12, footerFontStyle: FontStyle? = null, footerFontColor: Color? = null, footerFontFamily: String? = null, footerSpacing: Int = 2, footerMarginTop: Int = 6, xPadding: Int = 6, yPadding: Int = 6, caretPadding: Int = 2, caretSize: Int = 5, cornerRadius: Int = 6, multiKeyBackground: Color? = null, displayColors: Boolean = true, borderColor: Color? = null, borderWidth: Int = 0) +TooltipOptions(enabled: Boolean = true, custom: ((a: Any) -> Unit)? = null, mode: InteractionMode = InteractionMode.NEAREST, intersect: Boolean = true, position: TooltipPosition = TooltipPosition.AVERAGE, callbacks: TooltipCallback? = null, filter: ((item: Chart.ChartTooltipItem, data: Chart.ChartData) -> Boolean)? = null, itemSort: ((itemA: Chart.ChartTooltipItem, itemB: Chart.ChartTooltipItem) -> Number)? = null, backgroundColor: Color? = null, titleFontSize: Int = 12, titleFontStyle: FontStyle? = null, titleFontColor: Color? = null, titleFontFamily: String? = null, titleSpacing: Int = 2, titleMarginBottom: Int = 6, bodyFontSize: Int = 12, bodyFontStyle: FontStyle? = null, bodyFontColor: Color? = null, bodyFontFamily: String? = null, bodySpacing: Int = 2, footerFontSize: Int = 12, footerFontStyle: FontStyle? = null, footerFontColor: Color? = null, footerFontFamily: String? = null, footerSpacing: Int = 2, footerMarginTop: Int = 6, xPadding: Int = 6, yPadding: Int = 6, caretPadding: Int = 2, caretSize: Int = 5, cornerRadius: Int = 6, multiKeyBackground: Color? = null, displayColors: Boolean = true, borderColor: Color? = null, borderWidth: Int = 0)

Chart tooltip options.

@@ -116,7 +116,7 @@

custom

-val custom: (a: Any) -> Unit +val custom: ((a: Any) -> Unit)? @@ -137,7 +137,7 @@

filter

-val filter: (item: ChartTooltipItem, data: ChartData) -> Boolean +val filter: ((item: Chart.ChartTooltipItem, data: Chart.ChartData) -> Boolean)? @@ -193,7 +193,7 @@

itemSort

-val itemSort: (itemA: ChartTooltipItem, itemB: ChartTooltipItem) -> Number +val itemSort: ((itemA: Chart.ChartTooltipItem, itemB: Chart.ChartTooltipItem) -> Number)? diff --git a/api/pl.treksoft.kvision.chart/-tooltip-options/item-sort.html b/api/pl.treksoft.kvision.chart/-tooltip-options/item-sort.html index c66e208c..b176d083 100644 --- a/api/pl.treksoft.kvision.chart/-tooltip-options/item-sort.html +++ b/api/pl.treksoft.kvision.chart/-tooltip-options/item-sort.html @@ -9,6 +9,6 @@

itemSort

-val itemSort: (itemA: ChartTooltipItem, itemB: ChartTooltipItem) -> Number +val itemSort: ((itemA: Chart.ChartTooltipItem, itemB: Chart.ChartTooltipItem) -> Number)? diff --git a/api/pl.treksoft.kvision.chart/index.html b/api/pl.treksoft.kvision.chart/index.html index b519ccc5..be2b2b9d 100644 --- a/api/pl.treksoft.kvision.chart/index.html +++ b/api/pl.treksoft.kvision.chart/index.html @@ -239,20 +239,20 @@ -

ScaleTitleOptions

+

ScalesType

-data class ScaleTitleOptions -

Chart scale title options.

+enum class ScalesType +

Chart scales.

-

ScalesType

+

ScaleTitleOptions

-enum class ScalesType -

Chart scales.

+data class ScaleTitleOptions +

Chart scale title options.

@@ -330,7 +330,7 @@ fun ChartScales.toJs(i18nTranslator: (String) -> String): dynamic
fun Options.toJs(i18nTranslator: (String) -> String): dynamic
fun DataSets.toJs(i18nTranslator: (String) -> String): dynamic
-fun Configuration.toJs(i18nTranslator: (String) -> String): ChartConfiguration +fun Configuration.toJs(i18nTranslator: (String) -> String): Chart.ChartConfiguration

An extension function to convert configuration class to JS object.

diff --git a/api/pl.treksoft.kvision.chart/to-js.html b/api/pl.treksoft.kvision.chart/to-js.html index fd85a212..30af2d6f 100644 --- a/api/pl.treksoft.kvision.chart/to-js.html +++ b/api/pl.treksoft.kvision.chart/to-js.html @@ -49,7 +49,7 @@ fun DataSets.toJs(i18nTranslator: (String) -> String): dynamic
-fun Configuration.toJs(i18nTranslator: (String) -> String): ChartConfiguration +fun Configuration.toJs(i18nTranslator: (String) -> String): Chart.ChartConfiguration

An extension function to convert configuration class to JS object.

-- cgit