UNPKG

691 BSource Map (JSON)View Raw
1{"version":3,"file":"stylize.js","sources":["../../src/stylize.js"],"sourcesContent":["/**\n @function stylize\n @desc Applies each key/value in an object as a style.\n @param {D3selection} elem The D3 element to apply the styles to.\n @param {Object} styles An object of key/value style pairs.\n*/\nexport default function(e, s = {}) {\n for (const k in s) if ({}.hasOwnProperty.call(s, k)) e.style(k, s[k]);\n}\n"],"names":["const"],"mappings":"AAAA;;;;;;AAMA,eAAe,SAAS,CAAC,EAAE,CAAM,EAAE;uBAAP,GAAG;AAAK;EAClC,KAAKA,GAAK,CAAC,CAAC,IAAI,CAAC,IAAE,IAAI,EAAE,CAAC,cAAc,CAAC,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,IAAE,CAAC,CAAC,KAAK,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC,KAAC;CACvE;"}
\No newline at end of file