Returning an array from tooltip formatter with false value when split is enabled does not hide tooltip #6115
Labels
Comments
Thank you for reporting this. |
Hi, |
@kamilf92 I'll see if I can get a look at it this week. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Expected behaviour
With enabled tooltip.split, after returning an array from tooltip formatter when one of the values is false, after hovering series one tooltip should not be visible.
example
[false, ' ', ' ', ' ']
// tooltip 0 should be hiddenFrom api:
Actual behaviour
Tooltip 0 shows 'false' string
Live demo with steps to reproduce
https://jsfiddle.net/e7Lrh2Lc/
The text was updated successfully, but these errors were encountered: