You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I created a visx xyChart, and tooltip shows correctly upon mouse hover over in different browsers. However when I tried to host the component in Javafx WebView, the tooltip does not show up. I am wondering if there are some settings I missed.
it seems to me WebView is capable of hosting chart with tooltip, because I saw tooltip works in webView with the link at https://packagegalaxy.com/javascript/@visx/hierarchy, which has an Activity xyChart. I am wondering if that Activity xyChart is written with Visx xyChart, and if you would post the code related to that chart?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I created a visx xyChart, and tooltip shows correctly upon mouse hover over in different browsers. However when I tried to host the component in Javafx WebView, the tooltip does not show up. I am wondering if there are some settings I missed.
it seems to me WebView is capable of hosting chart with tooltip, because I saw tooltip works in webView with the link at https://packagegalaxy.com/javascript/@visx/hierarchy, which has an Activity xyChart. I am wondering if that Activity xyChart is written with Visx xyChart, and if you would post the code related to that chart?
Beta Was this translation helpful? Give feedback.
All reactions