fcharts-js - v0.3.0
fcharts.dev
GitHub
Preparing search index...
index
buildScatterSVG
Function buildScatterSVG
buildScatterSVG
(
spec
:
{
points
:
readonly
ScatterPoint
[]
;
refLines
?:
readonly
ScatterRefLine
[]
;
rows
:
readonly
string
[]
;
}
,
opts
:
ScatterOptions
,
)
:
string
Build a scatter / dot-strip chart as a standalone SVG string.
Parameters
spec
:
{
points
:
readonly
ScatterPoint
[]
;
refLines
?:
readonly
ScatterRefLine
[]
;
rows
:
readonly
string
[]
;
}
opts
:
ScatterOptions
Returns
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
fcharts.dev
GitHub
fcharts-js - v0.3.0
Loading...
Build a scatter / dot-strip chart as a standalone SVG string.