SeregPie / VueWordCloud

Generates a cloud out of the words.
https://seregpie.github.io/VueWordCloud/
MIT License
387 stars 60 forks source link

Is this scenario implementable? #34

Closed nicroto closed 6 years ago

nicroto commented 6 years ago

So I still have the issue #33, but would like to know if my scenario is even doable with VWC.

Can I use this component to dynamically load and add content to the cloud on scroll? Or will it constantly recompute and remove any scrolling?

Thanks.

SeregPie commented 6 years ago

The cloud recomputes only if you change a property or the size of the cloud changes.

nicroto commented 6 years ago

The scenario basically comes down to whether this is supported - adding more items to the cloud, doesn't recompute the previously rendered content (not a pixel is moved from the previous rendered), but adds to it. Is this supported?

SeregPie commented 6 years ago

No. Its not supported... not right now. But it would be a good feature. Maybe I will implement it but not in the near future.

nicroto commented 6 years ago

Thanks for the reply.