source:
node_modules/d3-scale/src/colors.js
| Last change on this file was e4c61dd, checked in by , 6 months ago | |
|---|---|
|
|
| File size: 108 bytes | |
| Line | |
|---|---|
| 1 | export default function colors(s) { |
| 2 | return s.match(/.{6}/g).map(function(x) { |
| 3 | return "#" + x; |
| 4 | }); |
| 5 | } |
Note:
See TracBrowser
for help on using the repository browser.
