Open rashishtandon opened 4 years ago
The behavior we are going for here is to be able to clear the selection when the user clicks outside the legend. However, the behavior is not as I expected it when toggle
is set to "true"
. See https://github.com/vega/vega-lite/issues/6556 for details.
When using "clear" in a multi selection binding to the legend, we're seeing an error message
t.events is not iterable
in the Vega editorThe selection part of the spec looks like
For full spec, see here