I would like to use Categorical Bar Chart a visual representation of a filter for a data table. Is that a correct use case? How can I get the value of a selected category in order to filter the data table?
https://developer.dynatrace.com/reference/design-system/preview/charts/CategoricalBarChart/
Solved! Go to Solution.
You could use the onSeriesClick
prop of CategoricalBarChart
to check which timeseries has been selected. but unfortunately it has currently an issue and the event is not firing. the team is currently investigating the issue.
Best,
Sini
Ooo! That's a nice hint. Looking forward to getting this fixed.