d3-dag-visualization icon indicating copy to clipboard operation
d3-dag-visualization copied to clipboard

not able to build code

Open jaygray0919 opened this issue 10 years ago • 0 comments

Am not able to build a sample using the index.html, main.js and main.css. Am calling the scrips like this:

<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<script type="text/javascript" src="http://d3js.org/d3.v3.min.js" charset="utf-8"></script>
<script type="text/javascript" src="dagr-d3.js" charset="utf-8"></script>
<script src="main.js"></script>

Also, graph1.js and graph2.js are in the local directory.

Am I doing something wrong?

jaygray0919 avatar May 18 '15 21:05 jaygray0919