d-grouped-barchart
Advanced tools
Comparing version 0.2.0 to 0.2.1
@@ -47,3 +47,3 @@ var createCanvas, d3, drawHorizontalAxis, drawVerticalAxis, toFixed2, toggleClass, hasClass; | ||
.attr("dy", "2em") | ||
.style("text-anchor", "start").text(title); | ||
.style("text-anchor", "middle").text(title); | ||
}; | ||
@@ -50,0 +50,0 @@ |
{ | ||
"name": "d-grouped-barchart", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "Derby grouped bar chart component using d3 and d3-tip.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
59511