Skip to content
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

Tooltip does not remain open while actively adding data to the series. #869

Closed
Kevin-Seiden opened this issue Jan 3, 2023 · 1 comment
Closed
Labels
bug Something isn't working priority 0 needs to be fixed asap.

Comments

@Kevin-Seiden
Copy link
Contributor

Kevin-Seiden commented Jan 3, 2023

Describe the bug
In a Cartesian chart where data is being continually added to the series in WPF, the tooltip closes each time the series updates. This is new to beta 700.

To Reproduce
Steps to reproduce the behavior:

  1. Create a chart where data is added to the series frequently (In my use I add data at about 10Hz)
  2. Hover the mouse over the series to produce the tooltip.
  3. The tooltip will close or blink/flash repeatedly (due to small mouse movement) making it unreadable.
  4. This happens when using a custom tooltip according to the guides or using the default tooltip.

Expected behavior
In previous versions the tooltip would remain open as the series was updated. The tooltip should only close if the mouse moves or the data point under the mouse changes, not when new data is added to the series.

Desktop (please complete the following information):

  • OS: Windows 11
  • Beta 700
  • WPF
@beto-rodriguez
Copy link
Owner

This now works properly and will be included in the next version of the library.

ggg

Thanks for the report.

@beto-rodriguez beto-rodriguez added bug Something isn't working priority 0 needs to be fixed asap. labels Jun 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working priority 0 needs to be fixed asap.
Projects
None yet
Development

No branches or pull requests

2 participants