Move heatmap onBrushEnd callback to Settings #1214
Labels
breaking change
bug
Something isn't working
:heatmap
Heatmap/Swimlane chart related issue
Impact:Medium
:interactions
Interactions related issue
The
onBrushEnd
action usually is configured in theSettings
component.For the
Heatmap
instead, the callback is wrongly configured in theconfig
.We should replace the
config.onBrushEnd
with the defaultSettings.onBrushend
one.The text was updated successfully, but these errors were encountered: