Skip to content
This repository has been archived by the owner on Mar 17, 2020. It is now read-only.

Commit

Permalink
update arrow styles to point to new d3-tip location
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Palmer committed Oct 1, 2013
1 parent 197692c commit ad4d927
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/arrow-styles.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta charset="utf-8" />
<title>Example styles</title>
<script type="text/javascript" src="../bower_components/d3/d3.js"></script>
<script type="text/javascript" src="../src/d3.tip.js"></script>
<script type="text/javascript" src="../index.js"></script>
<style type="text/css">
body {
padding: 40px;
Expand All @@ -16,7 +16,7 @@

svg.n, svg.s {
margin-left: 200px;
margin-right: 200px;
margin-right: 200px;
}
svg.e {
margin-left: 200px;
Expand Down

0 comments on commit ad4d927

Please sign in to comment.