kvision
Toggle table of contents
8.2.0
js
Platform filter
js
Switch theme
Search in API
kvision
kvision-chart
/
io.kvision.chart.js
/
Registry
Registry
external
interface
Registry
(
source
)
Members
Properties
controllers
Link copied to clipboard
abstract
var
controllers
:
TypedRegistry
<
DatasetController
>
elements
Link copied to clipboard
abstract
var
elements
:
TypedRegistry
<
Element
>
plugins
Link copied to clipboard
abstract
var
plugins
:
TypedRegistry
<
Plugin
<
AnyObject
>
>
scales
Link copied to clipboard
abstract
var
scales
:
TypedRegistry
<
Scale
>
Functions
add
Link copied to clipboard
abstract
fun
add
(
vararg
args
:
Any
)
add
Controllers
Link copied to clipboard
abstract
fun
addControllers
(
vararg
args
:
Any
)
add
Elements
Link copied to clipboard
abstract
fun
addElements
(
vararg
args
:
Any
)
add
Plugins
Link copied to clipboard
abstract
fun
addPlugins
(
vararg
args
:
Any
)
add
Scales
Link copied to clipboard
abstract
fun
addScales
(
vararg
args
:
Any
)
get
Controller
Link copied to clipboard
abstract
fun
getController
(
id
:
String
)
:
DatasetController
?
get
Element
Link copied to clipboard
abstract
fun
getElement
(
id
:
String
)
:
Element
?
get
Plugin
Link copied to clipboard
abstract
fun
getPlugin
(
id
:
String
)
:
Plugin
<
AnyObject
>
?
get
Scale
Link copied to clipboard
abstract
fun
getScale
(
id
:
String
)
:
Scale
?
remove
Link copied to clipboard
abstract
fun
remove
(
vararg
args
:
Any
)