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

Use types from schema instead of guessing #13

Open
retzkek opened this issue Apr 25, 2020 · 1 comment
Open

Use types from schema instead of guessing #13

retzkek opened this issue Apr 25, 2020 · 1 comment
Labels
enhancement New feature or request
Milestone

Comments

@retzkek
Copy link
Contributor

retzkek commented Apr 25, 2020

Currently we use underscore.js to determine if a field is numerical, but we should just be getting types from the GraphQL schema.

@retzkek retzkek added this to the v2.0 milestone May 11, 2020
@retzkek retzkek added the enhancement New feature or request label May 11, 2020
@milgner
Copy link

milgner commented Jun 6, 2023

Just ran into a bug where the first value of a queried timerange was null. This led the plugin to assume the field in question wasn't a number and renders the rest of the rows unprocessable.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants