Browse Source

Update c3.min.js

pull/1207/head
Masayuki Tanaka 10 years ago
parent
commit
b09c2f5516
  1. 2
      c3.js
  2. 2
      c3.min.js

2
c3.js

@ -5297,7 +5297,7 @@
};
c3_chart_internal_fn.unselectPoint = function (target, d, i) {
var $$ = this;
$$.config.data_onunselected(d, target.node());
$$.config.data_onunselected.call($$.api, d, target.node());
// remove selected-circle from low layer g
$$.main.select('.' + CLASS.selectedCircles + $$.getTargetSelectorSuffix(d.id)).selectAll('.' + CLASS.selectedCircle + '-' + i)
.transition().duration(100).attr('r', 0)

2
c3.min.js vendored

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save