SeregPie / VueWordCloud

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

[Feature request] Add an option to add space between each word on the cloud #26

Closed tiagofscoelho closed 6 years ago

tiagofscoelho commented 6 years ago

I am requesting this again because #14 didn't solve the problem of #19. Is there a way to add a prop to define space between each word? Assuming that the prop will be called space (which is not a good name, just for an example), we could do something like

<vue-world-cloud :space="20"/>

This way each word will have a spacing between them of 20px at least.

tiagofscoelho commented 6 years ago

To give you a quick example of what I am trying to achieve, take a look at the actual scenario and the desired scenario. Let me know if this is possible and If I can help you to do this.

tiagofscoelho commented 6 years ago

Any information regarding this feature request @SeregPie ?

SeregPie commented 6 years ago

Yes. I'm working on that in my free time. I'm testing it here. https://seregpie.github.io/almete.WordCloud/

SeregPie commented 6 years ago

You can now change spacing between the words.