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

[BUG] - Tooltip fields stacking incorrectly #72

Open
Storm2831 opened this issue Jun 5, 2023 · 1 comment
Open

[BUG] - Tooltip fields stacking incorrectly #72

Storm2831 opened this issue Jun 5, 2023 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@Storm2831
Copy link

Describe the bug
Tooltips stack fields by field and then by record data instead of the other way around. So, if you have multiple fields in the tooltip section, it will look like this:

Field 1 Data 1
Field 1 Data 2
Field 1 Data 3
Field 2 Data 1
Field 2 Data 2
Field 2 Data 3

...instead of:

Field 1 Data 1
Field 2 Data 1
Field 1 Data 2
Field 2 Data 2
Field 1 Data 3
Field 2 Data 3

To Reproduce
Steps to reproduce the behavior:

  1. Add two or more fields to the tooltips
  2. Mouse over circle on the map

Expected behavior
The tooltips should stack according to the row of data rather than the fields. If the circles overlap, you get a stack of data in field order, which is not useful.

Screenshots
image

Additional context
The tooltips worked properly in 1.5 and broke some time thereafter.

@Storm2831 Storm2831 added the bug Something isn't working label Jun 5, 2023
@Storm2831 Storm2831 changed the title [BUG] - [BUG] - Tooltip fields stacking incorrectly Jun 5, 2023
@mate-turi mate-turi assigned budavariam and unassigned mate-turi Oct 19, 2023
@Storm2831
Copy link
Author

This continues to be an issue in v1.7.40.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants