The feature itself is nice, but I am toggling datasets with external buttons and I would like to disable the legend click functionality, but keep the legend. Is this possible right now?
A callback function could also help, if I would have access to relevant data.
@sergonius you can definitely disable the click behaviour.
The toggling happens in a callback function. What you could do override the default callback with one that does nothing.
The default onClick function is specified at https://github.com/nnnick/Chart.js/blob/v2.0-dev/src/core/core.legend.js#L15-L21
I solved in this way (my chart is a doughnut):