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
Bug: Empty visualizations show up. For example with the Vega visualization (given a config, show visualization) matches json, but if the config is not set it can't render. It will render the white tile with no content any time there is a JSON file.
We could have a method that the visualization widget/ or developer manually implements to check if all the input data is available and whether the vis widget should be shown or not.
The text was updated successfully, but these errors were encountered:
I was wondering if we can add a check on the frontend. We check for configs on the frontend already, was thinking if a backend call is really necessary. I added a draft pR to show what I try to mean.
Thought - We want to add an interface which has some function like isVisDataRequirementsMet() and we want to make it mandatory to implement this function in all the vis components like Audio.tsx, VegaSpec.tsx
Bug: Empty visualizations show up. For example with the Vega visualization (given a config, show visualization) matches json, but if the config is not set it can't render. It will render the white tile with no content any time there is a JSON file.
The text was updated successfully, but these errors were encountered: