python - SankeyDiagram cuts off bottom - Stack Overflow

admin2025-04-16  3

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>
转载请注明原文地址:http://www.anycun.com/QandA/1744732969a86848.html