From 0365722f8549ee93918be99da1b9f901cf0b2c8d Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Fri, 13 Mar 2020 01:05:20 +0100 Subject: API documentation for KVision 3.5.2 --- .../-data-sets/index.html | 128 +++++++++++++-------- 1 file changed, 77 insertions(+), 51 deletions(-) (limited to 'api/pl.treksoft.kvision.chart/-data-sets/index.html') diff --git a/api/pl.treksoft.kvision.chart/-data-sets/index.html b/api/pl.treksoft.kvision.chart/-data-sets/index.html index 6b2f1a8b..6355084c 100644 --- a/api/pl.treksoft.kvision.chart/-data-sets/index.html +++ b/api/pl.treksoft.kvision.chart/-data-sets/index.html @@ -8,19 +8,19 @@ kvision / pl.treksoft.kvision.chart / DataSets

DataSets

-data class DataSets +(js) data class DataSets

Chart data sets.

Constructors

+DataSets(cubicInterpolationMode: InterpolationMode? = null, backgroundColor: List<Color>? = null, borderWidth: List<Int>? = null, borderColor: List<Color>? = null, borderCapStyle: List<LineCap>? = null, borderDash: List<Int>? = null, borderDashOffset: Int? = null, borderJoinStyle: List<LineJoin>? = null, borderSkipped: List<Position>? = null, data: List<dynamic>? = null, fill: Boolean? = null, hoverBackgroundColor: List<Color>? = null, hoverBorderColor: List<Color>? = null, hoverBorderWidth: List<Int>? = null, label: String? = null, lineTension: Number? = null, steppedLine: Boolean? = null, pointBorderColor: List<Color>? = null, pointBackgroundColor: List<Color>? = null, pointBorderWidth: List<Int>? = null, pointRadius: List<Int>? = null, pointHoverRadius: List<Int>? = null, pointHitRadius: List<Int>? = null, pointHoverBackgroundColor: List<Color>? = null, pointHoverBorderColor: List<Color>? = null, pointHoverBorderWidth: List<Int>? = null, pointStyle: List<PointStyle>? = null, xAxisID: String? = null, yAxisID: String? = null, type: ChartType? = null, hidden: Boolean? = null, hideInLegendAndTooltip: Boolean? = null, showLine: Boolean? = null, stack: String? = null, spanGaps: Boolean? = null)
-

<init>

+(js) +

<init>

-DataSets(cubicInterpolationMode: InterpolationMode? = null, backgroundColor: List<Color>? = null, borderWidth: List<Int>? = null, borderColor: List<Color>? = null, borderCapStyle: List<LineCap>? = null, borderDash: List<Int>? = null, borderDashOffset: Int? = null, borderJoinStyle: List<LineJoin>? = null, borderSkipped: List<Position>? = null, data: List<dynamic>? = null, fill: Boolean? = null, hoverBackgroundColor: List<Color>? = null, hoverBorderColor: List<Color>? = null, hoverBorderWidth: List<Int>? = null, label: String? = null, lineTension: Number? = null, steppedLine: Boolean? = null, pointBorderColor: List<Color>? = null, pointBackgroundColor: List<Color>? = null, pointBorderWidth: List<Int>? = null, pointRadius: List<Int>? = null, pointHoverRadius: List<Int>? = null, pointHitRadius: List<Int>? = null, pointHoverBackgroundColor: List<Color>? = null, pointHoverBorderColor: List<Color>? = null, pointHoverBorderWidth: List<Int>? = null, pointStyle: List<PointStyle>? = null, xAxisID: String? = null, yAxisID: String? = null, type: ChartType? = null, hidden: Boolean? = null, hideInLegendAndTooltip: Boolean? = null, showLine: Boolean? = null, stack: String? = null, spanGaps: Boolean? = null)

Chart data sets.

-
@@ -29,245 +29,280 @@ -

backgroundColor

+(js) +

backgroundColor

val backgroundColor: List<Color>? -

borderCapStyle

+(js) +

borderCapStyle

val borderCapStyle: List<LineCap>? -

borderColor

+(js) +

borderColor

val borderColor: List<Color>? -

borderDash

+(js) +

borderDash

val borderDash: List<Int>? -

borderDashOffset

+(js) +

borderDashOffset

val borderDashOffset: Int? -

borderJoinStyle

+(js) +

borderJoinStyle

val borderJoinStyle: List<LineJoin>? -

borderSkipped

+(js) +

borderSkipped

val borderSkipped: List<Position>? -

borderWidth

+(js) +

borderWidth

val borderWidth: List<Int>? -

cubicInterpolationMode

+(js) +

cubicInterpolationMode

val cubicInterpolationMode: InterpolationMode? -

data

+(js) +

data

val data: List<dynamic>? -

fill

+(js) +

fill

val fill: Boolean? -

hidden

+(js) +

hidden

val hidden: Boolean? -

hideInLegendAndTooltip

+(js) +

hideInLegendAndTooltip

val hideInLegendAndTooltip: Boolean? -

hoverBackgroundColor

+(js) +

hoverBackgroundColor

val hoverBackgroundColor: List<Color>? -

hoverBorderColor

+(js) +

hoverBorderColor

val hoverBorderColor: List<Color>? -

hoverBorderWidth

+(js) +

hoverBorderWidth

val hoverBorderWidth: List<Int>? -

label

+(js) +

label

val label: String? -

lineTension

+(js) +

lineTension

val lineTension: Number? -

pointBackgroundColor

+(js) +

pointBackgroundColor

val pointBackgroundColor: List<Color>? -

pointBorderColor

+(js) +

pointBorderColor

val pointBorderColor: List<Color>? -

pointBorderWidth

+(js) +

pointBorderWidth

val pointBorderWidth: List<Int>? -

pointHitRadius

+(js) +

pointHitRadius

val pointHitRadius: List<Int>? -

pointHoverBackgroundColor

+(js) +

pointHoverBackgroundColor

val pointHoverBackgroundColor: List<Color>? -

pointHoverBorderColor

+(js) +

pointHoverBorderColor

val pointHoverBorderColor: List<Color>? -

pointHoverBorderWidth

+(js) +

pointHoverBorderWidth

val pointHoverBorderWidth: List<Int>? -

pointHoverRadius

+(js) +

pointHoverRadius

val pointHoverRadius: List<Int>? -

pointRadius

+(js) +

pointRadius

val pointRadius: List<Int>? -

pointStyle

+(js) +

pointStyle

val pointStyle: List<PointStyle>? -

showLine

+(js) +

showLine

val showLine: Boolean? -

spanGaps

+(js) +

spanGaps

val spanGaps: Boolean? -

stack

+(js) +

stack

val stack: String? -

steppedLine

+(js) +

steppedLine

val steppedLine: Boolean? -

type

+(js) +

type

val type: ChartType? -

xAxisID

+(js) +

xAxisID

val xAxisID: String? -

yAxisID

+(js) +

yAxisID

val yAxisID: String? @@ -279,21 +314,12 @@ -

createInstance

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

Helper function for creating JavaScript objects from dynamic constructors.

- - - - -

toJs

+(js) +

toJs

-fun DataSets.toJs(i18nTranslator: (String) -> String): dynamic

An extension function to convert configuration class to JS object.

- +fun DataSets.toJs(i18nTranslator: (String) -> String): dynamic -- cgit