Commit 31018c1c authored by Evgeny's avatar Evgeny

Move showTargets

parent 103b545c
......@@ -421,7 +421,6 @@ c3_chart_internal_fn.updateTargets = function (targets) {
c3_chart_internal_fn.showTargets = function () {
var $$ = this;
$$.svg.selectAll('.' + CLASS.target).filter(function (d) { return $$.isTargetToShow(d.id); })
.transition().duration($$.config.transition_duration)
.style("opacity", 1);
};
......
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