Version
5.4.0
Link to Minimal Reproduction
https://jsfiddle.net/m4zvefah/
Steps to Reproduce
- In a line chart, set the following values for tooltip:
appendToBody: true,
confine: true,
This is to solve the issue regarding tooltip being cut off when container is so small.
The tooltip in this case should be viewable when you hover.
- Open the parent div in HTML5 fullscreen mode
- Check for the tooltip again.
Current Behavior
On fullscreen mode, the tooltip is not displayed.
This is because of the following code:
appendToBody: true,
confine: true,
but this code is needed to be able to view the tooltip in normal mode (not fullscreen) especially when the chart is small
Expected Behavior
Both modes should show the tooltip
Environment
- OS:
- Browser:
- Framework:
Any additional comments?
No response
Version
5.4.0
Link to Minimal Reproduction
https://jsfiddle.net/m4zvefah/
Steps to Reproduce
This is to solve the issue regarding tooltip being cut off when container is so small.
The tooltip in this case should be viewable when you hover.
Current Behavior
On fullscreen mode, the tooltip is not displayed.
This is because of the following code:
but this code is needed to be able to view the tooltip in normal mode (not fullscreen) especially when the chart is small
Expected Behavior
Both modes should show the tooltip
Environment
Any additional comments?
No response