OpenShift currently wraps the donut chart with our Tooltip component. The tooltip's isVisible property is triggered manually during a mouse-over event.
The problem is that the tooltip is shown once, but never again. Tippy appears to lose reference and/or state due to the way we clone the container component for the pie, donut, and donut utilization charts.
We need to slightly modify how we clone containers and create some examples to ensure this use case is supported.
Reactions are currently unavailable
OpenShift currently wraps the donut chart with our Tooltip component. The tooltip's isVisible property is triggered manually during a mouse-over event.
The problem is that the tooltip is shown once, but never again. Tippy appears to lose reference and/or state due to the way we clone the container component for the pie, donut, and donut utilization charts.
We need to slightly modify how we clone containers and create some examples to ensure this use case is supported.