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

Visualisation state does not persist between data fetches #805

Closed
adrianmroz-allegro opened this issue Oct 12, 2021 · 1 comment
Closed
Labels

Comments

@adrianmroz-allegro
Copy link
Contributor

Example:

  1. Table viz
  2. Resize left gutter of the table
  3. Change splits
  4. Left gutter go back to initial width

Problem:
After any essence changes, DataProvider unmount chart, show loader and mount new instance of chart, thus state is initialised with default values.

Solution:
Lift state. Need to pass to ChartPanel a component that has closed over some state.

@adrianmroz
Copy link
Collaborator

Fixed via #806

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants