-
Notifications
You must be signed in to change notification settings - Fork 354
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Setting xSort: false
causes mouse tracking to not work properly
#3100
Comments
Here's an example -- if you change
|
- Remove condition to determine as multipleX type - Make data to be sorted to handle correctly event receiver area Ref naver#3100
- Remove condition to determine as multipleX type - Make data to be sorted to handle correctly event receiver area Ref naver#3100
@netil any chance a new release with this fix will be coming soon? 😄 |
## [3.7.5](3.7.4...3.7.5) (2023-03-06) ### Bug Fixes * **bar:** Fix broken bar shape transition with grouped radius option ([600df46](600df46)), closes [#2642](#2642) * **data:** Fix tooltip event bound when data.xSort=false set ([aa4afc3](aa4afc3)), closes [#3100](#3100) * **data:** mitigate bar/bubble ranged data to handle data length than needed ([51603ec](51603ec)), closes [#3096](#3096)
@eamodio released the patch |
@netil Thanks! I tried the new version, but it doesn't seem like Can |
The way when approaching in this way, can't guarantee the functionality. If approached in "hacking" way, all other behavior should be approached in that way also. Internally, for handling event, there's Checkout the below example to get some ideas |
@netil totally agree on the once "hacking" all bets are off (and thanks for the example I'll check that out). But if Can |
To achieve your needs, new feature like "inverted" x axis is needed. |
Originally posted by @eamodio in #3088
I'm trying to get this chart below to track each date on the graph regardless of the Y position of the mouse. Is there any way to accomplish this?
The text was updated successfully, but these errors were encountered: