Bar charts on linear scales with static bar width #497
Labels
:data
Data/series/scales related issue
enhancement
New feature or request
released
Issue released publicly
:xy
Bar/Line/Area chart related
Is your feature request related to a problem? Please describe.
Add the possibility to render bar-charts with static bar width along a linear/time scale to mimic the behaviour of various other tools like tableau.
Describe the solution you'd like
I'd like to create a
<BarSeries>
component where theminInterval
is 0 but where I can specify a bar width in pixel or percentage.The consumer needs to know that the bars can overlaps each other.
The pointer detection algorithm needs to detect multiple bars if they overlaps, or should always detect the nearest one to the pointer x value.
Describe alternatives you've considered
n/a
Additional context
n/a
Kibana Cross Issues
n/a
Checklist
Kibana Cross Issues
listkibana cross issue
tag is associated to the issue if any kibana cross issue is presentThe text was updated successfully, but these errors were encountered: