Closed stegben closed 8 years ago
The latest usage:
import WordCloud from 'react-d3-cloud' const data = [ { text: 'Hey', value: 1000 }, { text: 'lol', value: 200 }, { text: 'first impression', value: 800 }, { text: 'cool', value: 1 }, { text: 'duck', value: 10 }, ] <WordCloud data={data} />
By analyzing the blame information on this pull request, we identified @chentsulin to be a potential reviewer
The latest usage: