Skip to content

Commit

Permalink
Merge branch 'release/v2.2.4'
Browse files Browse the repository at this point in the history
  • Loading branch information
BigFatDog committed Dec 29, 2018
2 parents 222923f + 78e55bc commit 8ee7ab4
Show file tree
Hide file tree
Showing 11 changed files with 4,517 additions and 1,189 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 8ee7ab4

Please sign in to comment.