Highlight a selected bucket #845
Labels
enhancement
New feature or request
:interactions
Interactions related issue
:xy
Bar/Line/Area chart related
Is your feature request related to a problem? Please describe.
APM has the
Transactions duration distribution
chart, it's a histogram bar chart, that shows the trace waterfall for the selected bucket in the chart.*The selected bucket is the one that has the border around the bucket.
Currently, there's no easy way to do such a thing on Elastic charts.
Describe the solution you'd like
Maybe a new property where I would pass the index of the selected bucket, or maybe the coordinates or even use the existing
styleAccessor
to apply a new style to the whole bucket.Describe alternatives you've considered
I managed to create a workaround for this by creating a ReactAnnotation using the selected bucket coordinates.
The text was updated successfully, but these errors were encountered: