kvision
Toggle table of contents
8.2.0
js
Platform filter
js
Switch theme
Search in API
kvision
kvision-chart
/
io.kvision.chart.js
/
Element
Element
external
interface
Element
(
source
)
Inheritors
Scale
ArcElement
LineElement
PointElement
BarElement
LegendElement
Members
Properties
active
Link copied to clipboard
abstract
var
active
:
Boolean
options
Link copied to clipboard
abstract
var
options
:
AnyObject
x
Link copied to clipboard
abstract
var
x
:
Number
y
Link copied to clipboard
abstract
var
y
:
Number
Functions
get
Props
Link copied to clipboard
abstract
fun
<
P
:
Array
<
Any
>
>
getProps
(
props
:
P
,
final
:
Boolean
=
definedExternally
)
:
Any
has
Value
Link copied to clipboard
abstract
fun
hasValue
(
)
:
Boolean
tooltip
Position
Link copied to clipboard
abstract
fun
tooltipPosition
(
useFinalPosition
:
Boolean
=
definedExternally
)
:
Point