onClickFallback

var onClickFallback: () -> Unit?

If set, this callback is invoked when onClick is called but no descendant element handles that event.

An example of when this is useful would be implementing a deselection behavior, where clicking on an element selects that element and clicking anywhere else on the chart deselects it.