Loom Engine - v3.1.1
GitHub
TheWorldTable.ai
Preparing search index...
SeriesSpec
Interface SeriesSpec
interface
SeriesSpec
{
id
:
string
;
kind
?:
SeriesKind
;
points
:
ChartPoint
[]
;
color
?:
string
;
label
?:
string
;
data
?:
Record
<
string
,
unknown
>
;
}
Index
Properties
id
kind?
points
color?
label?
data?
Properties
id
id
:
string
Optional
kind
kind
?:
SeriesKind
points
points
:
ChartPoint
[]
Optional
color
color
?:
string
Optional
label
label
?:
string
Optional
data
data
?:
Record
<
string
,
unknown
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
id
kind
points
color
label
data
GitHub
TheWorldTable.ai
Loom Engine - v3.1.1
Loading...