Skip to content

Commit

Permalink
add jquery-ui
Browse files Browse the repository at this point in the history
apparently rickshaw needs it for some fancy features
  • Loading branch information
Dieterbe committed Nov 14, 2012
1 parent 084ce2e commit 5475450
Show file tree
Hide file tree
Showing 3 changed files with 415 additions and 0 deletions.
1 change: 1 addition & 0 deletions examples/graph-both.html
@@ -1,6 +1,7 @@
<html>
<head>
<script src="../jquery.min.js"></script>
<script src="../jquery-ui.min.js"></script>
<script src="../jquery.graphite.js"></script>
<script src="../rickshaw/vendor/d3.min.js"></script>
<script src="../rickshaw/vendor/d3.layout.min.js"></script>
Expand Down
1 change: 1 addition & 0 deletions examples/graph-rickshaw.html
@@ -1,6 +1,7 @@
<html>
<head>
<script src="../jquery.min.js"></script>
<script src="../jquery-ui.min.js"></script>
<script src="../jquery.graphite.js"></script>
<script src="../rickshaw/vendor/d3.min.js"></script>
<script src="../rickshaw/vendor/d3.layout.min.js"></script>
Expand Down

0 comments on commit 5475450

Please sign in to comment.