fcharts-js - v0.3.0
fcharts.dev
GitHub
Preparing search index...
index
buildHeatmapSVG
Function buildHeatmapSVG
buildHeatmapSVG
(
spec
:
{
cells
:
readonly
HeatmapCell
[]
;
cols
:
readonly
string
[]
;
rows
:
readonly
string
[]
;
}
,
opts
:
HeatmapOptions
,
)
:
string
Build a matrix heatmap as a standalone SVG string.
Parameters
spec
:
{
cells
:
readonly
HeatmapCell
[]
;
cols
:
readonly
string
[]
;
rows
:
readonly
string
[]
;
}
opts
:
HeatmapOptions
Returns
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
fcharts.dev
GitHub
fcharts-js - v0.3.0
Loading...
Build a matrix heatmap as a standalone SVG string.