Skip to content

Commit

Permalink
inset focus rectangle in right place!
Browse files Browse the repository at this point in the history
  • Loading branch information
Sigfried committed Sep 19, 2016
1 parent e529536 commit e0961e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/jnj.chart.js
Expand Up @@ -1987,6 +1987,7 @@

var [[x1,y1],[x2,y2]] = brush.extent();
$(jqEventSpace).trigger('brush', [{empty:brush.empty(), x1,x2,y1,y2}]);
brush.x(cp.x.scale).y(cp.y.scale);
return;

if (brush.empty()) {
Expand Down

0 comments on commit e0961e0

Please sign in to comment.