SeregPie / VueWordCloud

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

Reverse the z-index? #63

Open cjbeattie opened 1 year ago

cjbeattie commented 1 year ago

First of all, I really love this component!

Just wondering if there's a way to make the larger-weight words appear on top of smaller-weight words. Currently, smaller-weight words sit on top. I wondered if the sort order of the words array would impact it but it appears that smaller items are always rendered last in the DOM so sit on top, no matter how the array is sorted.

Using a custom renderer that sets the word's z-index based on weight also doesn't seem to work since the elements are nested.

I appreciate any help!