Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Record which groups are collapsed when calling Taggle.dump() #647

Open
jamesscottbrown opened this issue Dec 21, 2023 · 0 comments
Open

Comments

@jamesscottbrown
Copy link

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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant