Commit built files

parent 97d29b78
......@@ -4967,11 +4967,13 @@
return 'middle';
}
});
// Here we use translate for <text> instead of dx for <tspan>
// because Batik rasterizer ignores dx attribute
var yOffset = -this.xForRotatedTickText(rotate);
transition.selectAll('.tick text')
.attr("y", this.yForRotatedTickText(rotate))
.attr("transform", "rotate(" + rotate + ")")
.selectAll('tspan')
.attr('dx', this.xForRotatedTickText(rotate));
.attr("transform", "translate(0 "+ yOffset +") rotate(" + rotate + ")");
};
c3_chart_internal_fn.getMaxTickWidth = function (id) {
......
This source diff could not be displayed because it is too large. You can view the blob instead.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment