Generate a Sankey flow chart section as an HTML string with inline SVG.
Returns an empty string when config is null/undefined or has no flows, following the same convention as buildSwotSection and buildDashboardSection.
config
buildSwotSection
buildDashboardSection
Sankey data (nodes, flows, optional summary).
BCP 47 language code for the section heading.
Optional
Optional heading override.
HTML string for the sankey section, or empty string.
Generate a Sankey flow chart section as an HTML string with inline SVG.
Returns an empty string when
configis null/undefined or has no flows, following the same convention asbuildSwotSectionandbuildDashboardSection.