UNPKG

d3-scale

Version:

Encodings that map abstract data to visual representation.

6 lines (5 loc) 101 B
export default function(s) { return s.match(/.{6}/g).map(function(x) { return "#" + x; }); }