You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pie/Donut charts have an optional onSliceClick lambda for supporting custom actions as a result of a slice being clicked. This issue is an enhancement to provide similar functionality onBarClick for BarChart, GroupBarChart, HorizontalBarChart, VerticalBarChart, and StackedBarChart.
One example use case is to support navigating to another screen based on the bar clicked.
The solution will likely affect BarPlotDataselectionHighlightData functionality if both features are coded on the same chart, as both rely on the same click action. Comments on how that should be handled are welcome.
The text was updated successfully, but these errors were encountered:
Pie/Donut charts have an optional
onSliceClick
lambda for supporting custom actions as a result of a slice being clicked. This issue is an enhancement to provide similar functionalityonBarClick
forBarChart
,GroupBarChart
,HorizontalBarChart
,VerticalBarChart
, andStackedBarChart
.One example use case is to support navigating to another screen based on the bar clicked.
The solution will likely affect
BarPlotData
selectionHighlightData
functionality if both features are coded on the same chart, as both rely on the same click action. Comments on how that should be handled are welcome.The text was updated successfully, but these errors were encountered: