toggle menu
models
2.0.0-RC2
common
switch theme
search in API
models
/
joyfill.chart
Package-level
declarations
Types
Functions
Types
Axis
Link copied to clipboard
interface
Axis
Chart
Component
Link copied to clipboard
interface
ChartComponent
:
Component
,
ChartSchema
,
ListValue
<
Line
>
Chart
Field
Link copied to clipboard
interface
ChartField
:
ChartComponent
,
Field
Chart
Schema
Link copied to clipboard
interface
ChartSchema
:
ComponentSchema
Line
Link copied to clipboard
interface
Line
:
Mappable
Point
Link copied to clipboard
interface
Point
:
Mappable
Functions
Axis
Link copied to clipboard
inline
fun
Axis
(
label
:
String
,
min
:
Double
=
0.0
,
max
:
Double
=
100.0
)
:
Axis
Line
Link copied to clipboard
inline
fun
Line
(
id
:
String
,
title
:
String
,
description
:
String
?
=
null
,
points
:
MutableList
<
MutableMap
<
String
,
Any
?
>
>
=
mutableListOf()
,
deleted
:
Boolean
=
false
)
:
Line
Point
Link copied to clipboard
inline
fun
Point
(
id
:
String
,
label
:
String
?
=
null
,
x
:
Double
=
0.0
,
y
:
Double
=
0.0
)
:
Point
to
Chart
Field
Link copied to clipboard
inline
fun
MutableMap
<
String
,
Any
?
>
.
toChartField
(
)
:
ChartField
to
Line
Link copied to clipboard
inline
fun
MutableMap
<
String
,
Any
?
>
.
toLine
(
)
:
Line
to
Point
Link copied to clipboard
inline
fun
MutableMap
<
String
,
Any
?
>
.
toPoint
(
)
:
Point