Skip to content

Commit

Permalink
Merge pull request #56 from joshhjacobson/feature/bundle-with-sylvester
Browse files Browse the repository at this point in the history
import sylvester, closes #51
  • Loading branch information
BigFatDog authored Dec 29, 2018
2 parents 2f4af2e + 94e4088 commit 92d237c
Show file tree
Hide file tree
Showing 5 changed files with 2,481 additions and 2,543 deletions.
11 changes: 4 additions & 7 deletions demo/bundling.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,10 @@
<script src="./parcoords.standalone.js"></script>


<script src="lib/sylvester.js"></script>
<script src="lib/underscore.js"></script>
<script src="lib/slickgrid/jquery-1.7.min.js"></script>
<script src="lib/underscore.js"></script>
<script src="lib/underscore.math.js"></script>
<!-- <script src="lib/sylvester.js"></script> -->
<!-- <script src="lib/underscore.js"></script> -->
<!-- <script src="lib/slickgrid/jquery-1.7.min.js"></script> -->
<!-- <script src="lib/underscore.math.js"></script> -->

<div id="example" class="parcoords" style="width:960px;height:200px;"></div>
<p>Loads an external <a href="data/cars.csv">csv file</a>, creates a custom <a href="https://github.com/mbostock/d3/wiki/Quantitative-Scales#wiki-quantitative">quantitative color scale</a> using <a href="http://bl.ocks.org/3014589">L*a*b interpolation</a>, and enables brushing.
Expand Down Expand Up @@ -75,5 +74,3 @@

});
</script>


Loading

0 comments on commit 92d237c

Please sign in to comment.