ChartScales

data class ChartScales(val type: ScalesType? = null, val alignToPixels: Boolean? = null, val backgroundColor: Color? = null, val display: Boolean? = null, val grid: GridLineOptions? = null, val border: BorderOptions? = null, val min: dynamic = null, val max: dynamic = null, val reverse: Boolean? = null, val stacked: Boolean? = null, val suggestedMax: Number? = null, val suggestedMin: Number? = null, val ticks: TickOptions? = null, val weight: Number? = null, val bounds: ScaleBounds? = null, val position: Position? = null, val stack: String? = null, val stackWeight: Number? = null, val axis: String? = null, val offset: Boolean? = null, val title: ScaleTitleOptions? = null, val labels: List<String>? = null, val beginAtZero: Boolean? = null, val grace: dynamic = null, val adapters: dynamic = null, val time: dynamic = null, val animate: Boolean? = null, val angleLines: dynamic = null, val pointLabels: dynamic = null, val startAngle: Number? = null)

Chart scales.

Constructors

Link copied to clipboard
constructor(type: ScalesType? = null, alignToPixels: Boolean? = null, backgroundColor: Color? = null, display: Boolean? = null, grid: GridLineOptions? = null, border: BorderOptions? = null, min: dynamic = null, max: dynamic = null, reverse: Boolean? = null, stacked: Boolean? = null, suggestedMax: Number? = null, suggestedMin: Number? = null, ticks: TickOptions? = null, weight: Number? = null, bounds: ScaleBounds? = null, position: Position? = null, stack: String? = null, stackWeight: Number? = null, axis: String? = null, offset: Boolean? = null, title: ScaleTitleOptions? = null, labels: List<String>? = null, beginAtZero: Boolean? = null, grace: dynamic = null, adapters: dynamic = null, time: dynamic = null, animate: Boolean? = null, angleLines: dynamic = null, pointLabels: dynamic = null, startAngle: Number? = null)

Properties

Link copied to clipboard
val adapters: dynamic = null
Link copied to clipboard
val alignToPixels: Boolean? = null
Link copied to clipboard
val angleLines: dynamic = null
Link copied to clipboard
val animate: Boolean? = null
Link copied to clipboard
val axis: String? = null
Link copied to clipboard
val backgroundColor: Color? = null
Link copied to clipboard
val beginAtZero: Boolean? = null
Link copied to clipboard
val border: BorderOptions? = null
Link copied to clipboard
val bounds: ScaleBounds? = null
Link copied to clipboard
val display: Boolean? = null
Link copied to clipboard
val grace: dynamic = null
Link copied to clipboard
val grid: GridLineOptions? = null
Link copied to clipboard
val labels: List<String>? = null
Link copied to clipboard
val max: dynamic = null
Link copied to clipboard
val min: dynamic = null
Link copied to clipboard
val offset: Boolean? = null
Link copied to clipboard
val pointLabels: dynamic = null
Link copied to clipboard
val position: Position? = null
Link copied to clipboard
val reverse: Boolean? = null
Link copied to clipboard
val stack: String? = null
Link copied to clipboard
val stacked: Boolean? = null
Link copied to clipboard
val stackWeight: Number? = null
Link copied to clipboard
val startAngle: Number? = null
Link copied to clipboard
val suggestedMax: Number? = null
Link copied to clipboard
val suggestedMin: Number? = null
Link copied to clipboard
val ticks: TickOptions? = null
Link copied to clipboard
val time: dynamic = null
Link copied to clipboard
Link copied to clipboard
val type: ScalesType? = null
Link copied to clipboard
val weight: Number? = null

Functions

Link copied to clipboard
fun ChartScales.toJs(i18nTranslator: (String) -> String): dynamic

An extension function to convert configuration class to JS object.