Skip to content

Commit

Permalink
Merge pull request #299 from Sherwin-14/color-change
Browse files Browse the repository at this point in the history
Color change
  • Loading branch information
mfisher87 authored May 10, 2024
2 parents f9520a5 + 1ba2608 commit 06dee20
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions usaon_benefit_tool/templates/macros/javascript_highcharts.j2
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,8 @@
keys: ['from', 'to', 'weight'],
data: {{ sankey_series.data | safe }},
nodes: {{ sankey_series.nodes | safe }},
colorByPoint: true,
colors: ["#AEAEAE"]
}],
});
</script>
Expand Down

0 comments on commit 06dee20

Please sign in to comment.