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

Feat heat map bugs fixes #11

Merged
merged 5 commits into from
Apr 25, 2024
Merged

Feat heat map bugs fixes #11

merged 5 commits into from
Apr 25, 2024

Conversation

jsbnr
Copy link
Contributor

@jsbnr jsbnr commented Apr 18, 2024

Addresses these identified issues from the heatmap refactor:

1.Default rounding issues
Rounding on the icon value is failing (only when when time window is adjusted) I think its just the default value for precision not being honored. This also affects tooltip values. Its ok if the precision is specified.

  1. Aggregated markers
    values don’t update on auto-update (pre-existing issue)

  2. Value as string
    If value is a string then we get an error with toFixed. Forcing the value to numeric in the query fixes but better if code dealt with it?

  3. Back slashes in nrql
    Back slashes in the query cause a graphql error, You have to double escape (like the query above ^) . Better if app dealt with this? (pre-existing bug)

  4. Missing lat/lng
    If markers query lack lat/lng columns an error occurs (pre-existing bug)

Copy link
Collaborator

@matewilk matewilk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice one!

@matewilk matewilk merged commit 1cee863 into feat-heat-map Apr 25, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants