method for disable hide/solo behavior in legend
cnavarreteliz opened this issue · 1 comments
cnavarreteliz commented
I would like to include a custom method for disable hide/solo options availables in the legend.
davelandry commented
@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": () => {}})