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