Skip to content

Commit

Permalink
remove colorbrewer as explicit dependency
Browse files Browse the repository at this point in the history
it's included in D3v4+
  • Loading branch information
gordonwoodhull committed May 25, 2018
1 parent b3ee0bb commit 9866d53
Show file tree
Hide file tree
Showing 10 changed files with 75 additions and 1,431 deletions.
2 changes: 0 additions & 2 deletions Gruntfile.js
Expand Up @@ -163,7 +163,6 @@ module.exports = function (grunt) {
src: [
'<%= conf.web %>/js/d3.js',
'<%= conf.web %>/js/crossfilter.js',
'<%= conf.web %>/js/colorbrewer.js',
'<%= conf.pkg.name %>.js'
]
}
Expand All @@ -182,7 +181,6 @@ module.exports = function (grunt) {
// JS code dependencies
'<%= conf.web %>/js/d3.js',
'<%= conf.web %>/js/crossfilter.js',
'<%= conf.web %>/js/colorbrewer.js',
// Code to be tested
'<%= conf.pkg.name %>.js',
// Jasmine spec files
Expand Down
3 changes: 1 addition & 2 deletions regression/rendered-stock-fixture.html
Expand Up @@ -880,7 +880,6 @@ <h2>Nasdaq 100 Index 1985/11/01-2012/06/29</h2>
<script type="text/javascript" async="" src="http://www.google-analytics.com/ga.js"></script><script type="text/javascript" src="js/d3.js"></script>
<script type="text/javascript" src="js/crossfilter.js"></script>
<script type="text/javascript" src="js/dc.js"></script>
<script type="text/javascript" src="js/colorbrewer.js"></script>

<script type="text/javascript" src="stock.js"></script>

Expand All @@ -901,4 +900,4 @@ <h2>Nasdaq 100 Index 1985/11/01-2012/06/29</h2>



</body>
</body>

0 comments on commit 9866d53

Please sign in to comment.