AskSQL API Reference (core v0.10.0)
GitHub
Preparing search index...
@asksql/react
ChartSeries
Interface ChartSeries
interface
ChartSeries
{
name
:
string
;
points
:
readonly
{
label
:
string
;
value
:
number
}
[]
;
}
Index
Properties
name
points
Properties
Readonly
name
name
:
string
Readonly
points
points
:
readonly
{
label
:
string
;
value
:
number
}
[]
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
name
points
GitHub
AskSQL API Reference (core v0.10.0)
Loading...