Skip to content

Commit

Permalink
Use local version of d3.chart.sankey with accessibility features
Browse files Browse the repository at this point in the history
  • Loading branch information
dontcallmedom committed Mar 22, 2018
1 parent 2bc24c8 commit 48922d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions d3.chart.sankey.js
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<script src="c3.js"></script>
<script src="https://rawgit.com/newrelic-forks/d3-plugins-sankey/v1.1.0/sankey.js"></script>
<script src="https://rawgit.com/misoproject/d3.chart/master/d3.chart.min.js"></script>
<script src="https://rawgit.com/q-m/d3.chart.sankey/master/d3.chart.sankey.min.js"></script>
<script src="d3.chart.sankey.js"></script>
<style>.link { stroke: #ddd; fill: none; opacity: 0.8;}</style>
</head>
<body>
Expand Down

0 comments on commit 48922d5

Please sign in to comment.