-
Notifications
You must be signed in to change notification settings - Fork 48
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
Dynamically add data #3
Comments
Hi. I just want to let you know that I read your request, but I'm currently focusing on something else and have no time to look at this at the moment. I've already set a reminder and will go back at this sometime later. Please excuse me that I cannot help resolve your problem immediately. |
Thanks anyway. I’ve come up with an alternative to achieve this, add all data at first load, and set the size of unwanted elements to zero, and later change the sizes of these hidden elements. It may work for me but may not work for somebody else as it requires the data to be determined on load. |
@bofeiw can you send me an example |
@talianstallion The example is lost, but I wrote my own wheel which you can also use: https://github.com/bofeiw/floatingCircle |
Hi,
The effect of this repo is great! And when I tries to add data after the page is first rendered, and not affect the existing circles, how should I do that? Currently I could only add data to the data array and re-render the whole again, but its not fluent. Could you kindly help on this?
Thanks!
The text was updated successfully, but these errors were encountered: