web4bio / webgen

WebGen Vertically Integrated Project
https://web4bio.github.io/webgen/main/html/
11 stars 26 forks source link

ENH: rm d3 in mergeexpression #358

Closed kaczmarj closed 2 years ago

kaczmarj commented 2 years ago

This commit uses vanilla ES6 to get the unique values from an array of objects. This removes the need for d3 in this script. This is helpful because now this script is encapsulated, meaning it stands on its own and doesn't need anything else loaded to work.