12 Jun 2023 09:59 AM - edited 12 Jun 2023 09:59 AM
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.
12 Jun 2023 01:30 PM - edited 12 Jun 2023 01:30 PM
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
12 Jun 2023 01:33 PM
Ooo! That's a nice hint. Looking forward to getting this fixed.