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
I've been looking into this issue re: lineplot errors with null values. I notice that at a certain zoom, the response from /standalone-map-xyrelationships/visualizations/lineplot is a 500 w/ error message Requested data stream 'single_tabular_dataset' did not contain any data. The client handles this by displaying a banner w/ the message The visualization cannot be made because the current subset is empty.
But if I zoom out, I instead get sent some unexpected values that break the client:
I've been looking into this issue re: lineplot errors with null values. I notice that at a certain zoom, the response from
/standalone-map-xyrelationships/visualizations/lineplot
is a 500 w/ error messageRequested data stream 'single_tabular_dataset' did not contain any data.
The client handles this by displaying a banner w/ the messageThe visualization cannot be made because the current subset is empty.
But if I zoom out, I instead get sent some unexpected values that break the client:
My question: why does the request that returns that latter response not also result in the same 500 as the first request?
The text was updated successfully, but these errors were encountered: