Browse Source

Remove cursor style for zoom rect

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

1
c3.js

@ -3048,7 +3048,6 @@
.attr('width', width) .attr('width', width)
.attr('height', height) .attr('height', height)
.style('opacity', 0) .style('opacity', 0)
.style('cursor', __axis_rotated ? 'ns-resize' : 'ew-resize')
.on("dblclick.zoom", null); .on("dblclick.zoom", null);
// Set default extent if defined // Set default extent if defined

2
c3.min.js vendored

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