kvision
Toggle table of contents
8.2.0
js
Platform filter
js
Switch theme
Search in API
kvision
kvision-chart
/
io.kvision.chart.js
/
CoreScaleOptions
Core
Scale
Options
external
interface
CoreScaleOptions
(
source
)
Inheritors
CartesianScaleOptions
Members
Properties
align
To
Pixels
Link copied to clipboard
abstract
var
alignToPixels
:
Boolean
display
Link copied to clipboard
open
var
display
:
dynamic
reverse
Link copied to clipboard
abstract
var
reverse
:
Boolean
weight
Link copied to clipboard
abstract
var
weight
:
Number
Functions
after
Build
Ticks
Link copied to clipboard
abstract
fun
afterBuildTicks
(
axis
:
Scale
)
after
Calculate
Label
Rotation
Link copied to clipboard
abstract
fun
afterCalculateLabelRotation
(
axis
:
Scale
)
after
Data
Limits
Link copied to clipboard
abstract
fun
afterDataLimits
(
axis
:
Scale
)
after
Fit
Link copied to clipboard
abstract
fun
afterFit
(
axis
:
Scale
)
after
Set
Dimensions
Link copied to clipboard
abstract
fun
afterSetDimensions
(
axis
:
Scale
)
after
Tick
To
Label
Conversion
Link copied to clipboard
abstract
fun
afterTickToLabelConversion
(
axis
:
Scale
)
after
Update
Link copied to clipboard
abstract
fun
afterUpdate
(
axis
:
Scale
)
before
Build
Ticks
Link copied to clipboard
abstract
fun
beforeBuildTicks
(
axis
:
Scale
)
before
Calculate
Label
Rotation
Link copied to clipboard
abstract
fun
beforeCalculateLabelRotation
(
axis
:
Scale
)
before
Data
Limits
Link copied to clipboard
abstract
fun
beforeDataLimits
(
axis
:
Scale
)
before
Fit
Link copied to clipboard
abstract
fun
beforeFit
(
axis
:
Scale
)
before
Set
Dimensions
Link copied to clipboard
abstract
fun
beforeSetDimensions
(
axis
:
Scale
)
before
Tick
To
Label
Conversion
Link copied to clipboard
abstract
fun
beforeTickToLabelConversion
(
axis
:
Scale
)
before
Update
Link copied to clipboard
abstract
fun
beforeUpdate
(
axis
:
Scale
)