Skip to content

Commit 4648db5

Browse files
committed
Merge pull request d3#1077 from calvinmetcalf/master
add colorbrewer global name
2 parents 1e0eb6e + 4cc7599 commit 4648db5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/colorbrewer/colorbrewer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// This product includes color specifications and designs developed by Cynthia Brewer (http://colorbrewer.org/).
2-
{YlGn: {
2+
var colorbrewer = {YlGn: {
33
3: ["#f7fcb9","#addd8e","#31a354"],
44
4: ["#ffffcc","#c2e699","#78c679","#238443"],
55
5: ["#ffffcc","#c2e699","#78c679","#31a354","#006837"],

0 commit comments

Comments
 (0)