Closed cheapsteak closed 7 years ago
Proposed API
lolliplot({ getMutationColor: function (d) { /*return a string */} })
e.g.
lolliplot({ getMutationColor: (d) => ({high: '#f00', low:'#fff', unknown: '#777'})[d.impact] })
I like this idea
closed by #45
Proposed API
e.g.