Slightly increase the height of the flows sankey chart.

This commit is contained in:
Herbert Wolverson 2024-07-16 10:39:30 -05:00
parent a90142ea62
commit c06acd8c3e

View File

@ -54,7 +54,7 @@
<div class="tab-pane fade" id="sankey" role="tabpanel" aria-labelledby="sankey-tab">
<div class="row">
<div class="col-12">
<div id="flowSankey" style="height: 500px; width: 1024px"></div>
<div id="flowSankey" style="height: 600px; width: 1024px"></div>
</div>
</div>
</div>