Skip to content
This repository has been archived by the owner on Feb 11, 2019. It is now read-only.

Fetch data before loading bubble chart #63

Open
acrdlph opened this issue Dec 9, 2018 · 2 comments
Open

Fetch data before loading bubble chart #63

acrdlph opened this issue Dec 9, 2018 · 2 comments

Comments

@acrdlph
Copy link
Member

acrdlph commented Dec 9, 2018

Bubble chart does not display correctly, because of incoming updates (e.g. bubbles move erratically in the beginning + cannot assign different colours to different bubbles)

@lsaether
Copy link
Contributor

We should be able to do this by configuring drizzle. I experimented with this a little bit today but couldn't get the configuration right. Ideally we would be able to pass in Created event to the initial configuration and then be able to access the events from this.props.drizzleState. Alternatively, we may need to implement this as our own Redux store.

@acrdlph
Copy link
Member Author

acrdlph commented Dec 15, 2018

good idea - i have not been able to figure out events with drizzle, but this must be possible, especially since we explicitly pass events in the configuration .. its just not well documented / not much info online

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

No branches or pull requests

2 participants