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
It would be great if the serialization of a Taggle object produced by Taggle.dump() specified which groups were expanded or collapsed.
Currently, if a user Groups rows based on the values in one column, and colapse some (or all) groups, the output of Taggle.dump() does not record which groups were collapsed, so calling Taggle.restore() results in expanding all groups.
This has two consequences:
calling dump then restore loses an important aspect of the vsualization's state
it isn't possible to externally control which groups are collapsed by dumping modifying and reloading the state (and I can't see an API to do this directly)
The text was updated successfully, but these errors were encountered:
It would be great if the serialization of a
Taggle
object produced byTaggle.dump()
specified which groups were expanded or collapsed.Currently, if a user Groups rows based on the values in one column, and colapse some (or all) groups, the output of
Taggle.dump()
does not record which groups were collapsed, so callingTaggle.restore()
results in expanding all groups.This has two consequences:
The text was updated successfully, but these errors were encountered: