You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Currently we use underscore.js to determine if a field is numerical, but we should just be getting types from the GraphQL schema.
The text was updated successfully, but these errors were encountered: