Commit 887bc4cf authored by Peter Göbel's avatar Peter Göbel

Merge pull request #3 from masayuki0812/master

Add id for data.labels.format - #190
parents 02df7024 c8cec6f6
......@@ -3462,7 +3462,7 @@
.style("stroke", 'none')
.style("fill-opacity", 0);
mainText
.text(function (d) { return formatByAxisId(d.id)(d.value); })
.text(function (d) { return formatByAxisId(d.id)(d.value, d.id); })
.style("fill-opacity", initialOpacityForText)
.transition().duration(duration)
.attr('x', xForText)
......
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