Skip to content
Snippets Groups Projects
Commit 8d7be5d7 authored by alvaro's avatar alvaro
Browse files

D3wordcloud can change color now

parent 5c3fa86a
No related branches found
No related tags found
No related merge requests found
......@@ -97,6 +97,7 @@ function D3WordCloud'.$randId.'(words, newcfg){
.enter().append("text")
.style("font-family", cfg.font)
.style("font-size", function(d) { return d.size + "px"; })
.style("fill", cfg.color)
.attr("text-anchor", "middle")
.attr("transform", function(d) {
return "translate(" + [d.x, d.y] + ")rotate(" + d.rotate + ")";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment