Skip to content

Commit af2bd21

Browse files
committed
Align words in word cloud centrally now
1 parent 993cc0f commit af2bd21

File tree

5 files changed

+1101
-4
lines changed

5 files changed

+1101
-4
lines changed

build/noterik-data-visualizations-1.2.1.concat.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! noterik-data-visualizations - v1.2.1 - 2016-10-18 */(function($) {
1+
/*! noterik-data-visualizations - v1.2.1 - 2016-10-19 */(function($) {
22

33
$.fn.extend({
44
ntkBarChart: function(options, arg) {
@@ -980,6 +980,7 @@
980980
.style("font-family", function(d){
981981
return d.fontFamily;
982982
})
983+
.style("text-anchor", "middle")
983984
.attr("dx", function(d) {
984985
return this.getComputedTextLength() / 2;
985986
})

0 commit comments

Comments
 (0)