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
On the javascript side, a visualization definition should be as simple as defining a render function that receives the slice object and the data. Currently it's a js object that exposes a render and a resize method, and render is expected to fetch the data on its own.
In this proposed change, the data fetching should be handled by the "controller", not by the visualization itself.
The text was updated successfully, but these errors were encountered:
On the javascript side, a visualization definition should be as simple as defining a render function that receives the slice object and the data. Currently it's a js object that exposes a
render
and aresize
method, andrender
is expected to fetch the data on its own.In this proposed change, the data fetching should be handled by the "controller", not by the visualization itself.
The text was updated successfully, but these errors were encountered: