d3plus/d3plus-viz

method for disable hide/solo behavior in legend

cnavarreteliz opened this issue · 1 comments

I would like to include a custom method for disable hide/solo options availables in the legend.

@cnavarreteliz unless you feel strongly otherwise, I'd like to not add an extra method to manage this, and instead just require the user to disable the click event and the footer like so:

.legendTooltip({footer: ""})
.on({"click.legend": () => {}})