This repository has been archived by the owner on Nov 30, 2021. It is now read-only.
Investigate why some visualizations cannot be captured/restored #4
Labels
status: question
Further information is requested
It seems that some examples, e.g. Reorderable Matrix, the visualization state cannot be captured and restored.
Hypothesis
Vega supports Group Marks, to support a Multi-Coordinated-View-like setup.
The function
view.getState()
captures only signales and data attributes that are available at root level (and not at group level).Hence, we need to define how to push the signal/data to the root level so that it can be captured and restored. This part must be described in the paper as well.
The text was updated successfully, but these errors were encountered: