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
the highlighting works as expected, but now the Hexbin onValueClick event does not work. This is very annoying and is preventing us from going to prod with this
The text was updated successfully, but these errors were encountered:
I'm working on cleaning up the Highlight component here #1354
My plan is to split it up so that the Zoom and Window parts of it are separate.
But the main advancement is moving the mouse handling to the XYPlot, which avoids the issues that you are seeing.
If I do the follwing:
the highlighting drops randomly and unexpectedly (as if i release mouse), but i am still highlighting, however if I move Highlight to the end:
the highlighting works as expected, but now the Hexbin onValueClick event does not work. This is very annoying and is preventing us from going to prod with this
The text was updated successfully, but these errors were encountered: