SeregPie / VueWordCloud

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

don't show component VueWordCloud #37

Closed dmitryvasilevskiy closed 5 years ago

dmitryvasilevskiy commented 5 years ago

We included component, but it didn't show...

SeregPie commented 5 years ago

You need to set width and height on the parent element or on the wordcloud self.

dmitryvasilevskiy commented 5 years ago

I can change it...

This is example...

SeregPie commented 5 years ago

not as property. as css style.

style="
  width: 640px;
  height: 480px;
"
sudar commented 4 years ago

@SeregPie

Please add this to the Readme. Even I was not able to render the component after following the instructions in the readme.

After adding width & height it works now.