VictoryBoxPlot does not show label tooltips
Author: harrisonloCreated Jun 16, 2023Updated Dec 10, 2024
LabelsType: Enhancement :pencil2:Issue: Accepted
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:
- Open sandbox
- Hover around VictoryBoxPlot
- Hover around VictoryBar to see tooltips
Expected behavior
VictoryBoxPlot with a VictoryTooltip component in the labelComponent prop would show a tooltip on hover
Source: FormidableLabs/victory