Closed trainorpj closed 6 years ago
Hey there! I was using the library today and found a small typo.
I changed d3.schemePuBuGn[k][k] to d3.schemePuBuGn[k], to be more consistent with its usage and with the rest of the document.
d3.schemePuBuGn[k][k]
d3.schemePuBuGn[k]
Whoops, looks like #11 fixes it 😅 I'll go ahead and close this
Hey there! I was using the library today and found a small typo.
I changed
d3.schemePuBuGn[k][k]
tod3.schemePuBuGn[k]
, to be more consistent with its usage and with the rest of the document.