Sankey Diagram chart seem to cut off vertically on bottom. It is hiding entire links.
i saw in several blogs that people face the same problem but didnt find any solution. Thats how my page looks like
<!-- Full-width Chart Container -->
<div class="chart-container">
<div class="tab-content">
<!-- Sankey Chart Tab -->
<div class="tab-pane fade show active" id="sankey-container">
<div id="sankey-chart" class="plotly-chart"></div>
</div>
</div>
</div>