Front 라이브러리 - 워드클라우드 jQCloud/차트Chart.js
오늘은 프론트에서 쓰이는 간단한 라이브러리를 소개하려고한다. jQCloud var words = [ {text: "Lorem", weight: 13}, {text: "Ipsum", weight: 10.5}, {text: "Dolor", weight: 9.4}, {text: "Sit", weight: 8}, {text: "Amet", weight: 6.2}, {text: "Consectetur", weight: 5}, {text: "Adipiscing", weight: 5}, /* ... */ ]; $('#demo').jQCloud(words); jQCloud No conf Default configuration, no special parameters for words. var words = [ {tex..
2021. 7. 16.