Commit e2b3b84c authored by Masayuki Tanaka's avatar Masayuki Tanaka

Remove cursor style for zoom rect

parent 8dce101e
......@@ -3048,7 +3048,6 @@
.attr('width', width)
.attr('height', height)
.style('opacity', 0)
.style('cursor', __axis_rotated ? 'ns-resize' : 'ew-resize')
.on("dblclick.zoom", null);
// Set default extent if defined
......
This source diff could not be displayed because it is too large. You can view the blob instead.
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