-
Notifications
You must be signed in to change notification settings - Fork 11.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tooltip breaks on max bar value #1716
Comments
@Radnik do you mean the scale on the left? Seems the scale did not calculate the correct maximum value. Was your data attached to the chart as strings or numbers? |
@etimberg yes scale, both charts use same dataset and options. type: 'bar', and type: 'line',
|
Ok, this seems to be related to #1661 |
are you using the latest built version from the v2.0-dev branch? |
yes, it's v2.0-dev branch |
@etimberg I can confirm max+1 value works with 2digit values. Tooltip border radius is 0, it compensate "top cut off" and the overall "look and feel", and it's fine.. |
Closed as #1829 was merged |
Now, bar chart doesn't show value max+1, while line works perfect (dunno if this cutting tooltip has anything with it)
I tried with xOffset: +/-10, overflow: visible, z-index: max ...but it seems with no affect.
any ideas
thx
The text was updated successfully, but these errors were encountered: