Skip to content

Commit

Permalink
πŸ› FIX: Use d3 js mirror url
Browse files Browse the repository at this point in the history
  • Loading branch information
fengmk2 committed Nov 7, 2022
1 parent 7efcf31 commit 1aa236f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plot/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ <h2>View</h2>
<h2>Passport</h2>
<svg width="600" height="500" id="passport-plot"></svg>

<script src="https://d3js.org/d3.v4.min.js"></script>
<script src="https://gw.alipayobjects.com/os/lib/d3/4.13.0/build/d3.min.js"></script>
<script src="./plot.js"></script>
</body>

0 comments on commit 1aa236f

Please sign in to comment.