FormidableLabs / FormidableLabs/victory
VictoryBoxPlot does not show label tooltips
Open
Issue: Accepted
Type: Enhancement :pencil2:
- Dominant language
- TypeScript
- Stars
- 11.2k
- Forks
- 536
- PR merge metrics
- No merged PRs in 30d
Description
**Describe the bug**
The `labelComponent` prop does not seem to have an effect on VictoryBoxPlot, unlike the pattern in other charts such as VictoryPie or VictoryBar. Passing VictoryTooltip in would not show a tooltip on hover.
**Victory version**
36.6.10
**Code Sandbox link**
https://codesandbox.io/s/victory-boxplot-tooltip-issue-33tmtt
**To Reproduce**
Steps to reproduce the behavior:
1. Open sandbox
2. Hover around VictoryBoxPlot
3. Hover around VictoryBar to see tooltips
**Expected behavior**
VictoryBoxPlot with a VictoryTooltip component in the `labelComponent` prop would show a tooltip on hover
Contributor guide
Assessment
This issue has not been assessed yet.