Commit c8cec6f6 authored by Masayuki Tanaka's avatar Masayuki Tanaka

Add id for data.labels.format - #190

parent 7bead89c
......@@ -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