Skip to content

Commit

Permalink
Merge pull request #283 from nsidc/remove-diagram-header
Browse files Browse the repository at this point in the history
Remove diagram header
  • Loading branch information
mfisher87 committed Mar 21, 2024
2 parents 53341ac + 1b7592d commit 09bdb27
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions usaon_benefit_tool/templates/macros/javascript_highcharts.j2
Original file line number Diff line number Diff line change
Expand Up @@ -122,11 +122,10 @@

{% macro display_sankey(sankey_series, assessment) -%}
{% include 'includes/highcharts.html' %}
<h4>Diagram</h4>

{% if sankey_series == [] %}
<div class="alert alert-info">
Please input at least one relationship to display diagram
Please input at least one node to display diagram
</div>
{% else %}
<figure class="highcharts-figure">
Expand Down

0 comments on commit 09bdb27

Please sign in to comment.