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
My backend serves data using some endpoint, but when data is changed these changes are not reflected in a layout. New nodes don't appear and if metric values are changed I don't see this.
I have to click on a breadcrumb, change the view or refresh the whole page to see the new data.
How to do that automatically? I can see that render() function is called each time the data are changed, but this doesn't trigger any change in a view. Why?
The text was updated successfully, but these errors were encountered:
I have the same problem. State is updated in Vizceral component, render() function is called with the new traffic data inside but nothing changes on the site automatically. What is the reason?
My backend serves data using some endpoint, but when data is changed these changes are not reflected in a layout. New nodes don't appear and if metric values are changed I don't see this.
I have to click on a breadcrumb, change the view or refresh the whole page to see the new data.
How to do that automatically? I can see that render() function is called each time the data are changed, but this doesn't trigger any change in a view. Why?
The text was updated successfully, but these errors were encountered: