data class DataSets
Chart data sets.
(js)
<init> |
Chart data sets. 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, : Boolean? = null, hideInLegendAndTooltip: Boolean? = null, showLine: Boolean? = null, stack: String? = null, spanGaps: Boolean? = null) |
(js)
backgroundColor |
val backgroundColor: List<Color>? |
(js)
borderCapStyle |
val borderCapStyle: List<LineCap>? |
(js)
borderColor |
val borderColor: List<Color>? |
(js)
borderDash |
val borderDash: List<Int>? |
(js)
borderDashOffset |
val borderDashOffset: Int? |
(js)
borderJoinStyle |
val borderJoinStyle: List<LineJoin>? |
(js)
borderSkipped |
val borderSkipped: List<Position>? |
(js)
borderWidth |
val borderWidth: List<Int>? |
(js)
cubicInterpolationMode |
val cubicInterpolationMode: InterpolationMode? |
(js)
data |
val data: List<dynamic>? |
(js)
fill |
val fill: Boolean? |
(js)
hidden |
val hidden: Boolean? |
(js)
hideInLegendAndTooltip |
val hideInLegendAndTooltip: Boolean? |
(js)
hoverBackgroundColor |
val hoverBackgroundColor: List<Color>? |
(js)
hoverBorderColor |
val hoverBorderColor: List<Color>? |
(js)
hoverBorderWidth |
val hoverBorderWidth: List<Int>? |
(js)
label |
val label: String? |
(js)
lineTension |
val lineTension: Number? |
(js)
pointBackgroundColor |
val pointBackgroundColor: List<Color>? |
(js)
pointBorderColor |
val pointBorderColor: List<Color>? |
(js)
pointBorderWidth |
val pointBorderWidth: List<Int>? |
(js)
pointHitRadius |
val pointHitRadius: List<Int>? |
(js)
pointHoverBackgroundColor |
val pointHoverBackgroundColor: List<Color>? |
(js)
pointHoverBorderColor |
val pointHoverBorderColor: List<Color>? |
(js)
pointHoverBorderWidth |
val pointHoverBorderWidth: List<Int>? |
(js)
pointHoverRadius |
val pointHoverRadius: List<Int>? |
(js)
pointRadius |
val pointRadius: List<Int>? |
(js)
pointStyle |
val pointStyle: List<PointStyle>? |
(js)
showLine |
val showLine: Boolean? |
(js)
spanGaps |
val spanGaps: Boolean? |
(js)
stack |
val stack: String? |
(js)
steppedLine |
val steppedLine: Boolean? |
(js)
type |
val type: ChartType? |
(js)
xAxisID |
val xAxisID: String? |
(js)
yAxisID |
val yAxisID: String? |
(js)
toJs |
An extension function to convert configuration class to JS object. fun DataSets.toJs(i18nTranslator: (String) -> String): dynamic |