1.0.7 • Published 3 years ago

lifeweb-wordcloud-v3 v1.0.7

Weekly downloads
2
License
MIT
Repository
-
Last release
3 years ago

lifeweb wordcloud v3

NPM version NPM downloads NPM downloads MIT License

npm i lifeweb-wordcloud-v3
import WordcloudV3 from 'lifeweb-wordcloud-v3'

// your component details ...
render() {
  <WordcloudV3 
    data=[
        {word:'word 1',count:7},
        {word:'word 2',count:5},
        {word:'word 3',count:2}
    ]
  	/>
}

props

propstypedefault
dataarray{word: '', count:0}
urlKeystring''
baseUrlstringundefined
targetstring'_blank'
labelKeystring'word'
valueKeystring'count'
onClickfunction(text) => true
showTooltipbooleantrue
widthnumber300
heightnumber300
wordCountnumber100
mouseOverColorstring'rgb(0 , 100 , 0)'
wordColorsarray'#1f77b4', '#2ca02c', '#0b3d48', '#9467bd', '#8c564b'
classNamestring''
styleobject{}

author

Porya Ebrahimi Kazaj


Lifeweb Company lifeweb.webapp@gmail.com

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago