- I have read the guidelines for contributing
- I have included an example of my issue on a website such as JS Bin, JS Fiddle, or Codepen. (Template)
Hey all,
I think I’ve stumped upon a bug with how stacked horizontal bar tool tips are being displayed (see images below). Both of these charts hold identical data. The only difference is one type is set to horizontalBar vs bar (see config value below).
The vertical version (correct):
The horizontal version (incorrect):
options config object:
{"options":{"tooltips":{"mode":"label"},"scales":{"xAxes":[{"stacked":true,"ticks":{"autoSkip":false}}],"yAxes":[{"stacked":true}]}}}
Assumed Functionality:
I would assume that regardless of vertical/horizontal that the tool tips would be the same.
@zachpanz88 Ah, sorry! I did not see that one when I searched. Thank you!
@etimberg Awesome, I will probably just wait until that is released.
Thanks to you both for your continued support and hard work on this library. It is awesome!