helgasoft commented on issue #18502:
URL: https://github.com/apache/echarts/issues/18502#issuecomment-1507359868
> is there any property to avoid this inside drag
could not find any. _shadowOffsetY_ was promising, but it's hard-coded not
to go lower than the middle of zoom window.
So the user can still click the bottom of the zoom window and drag/stretch.
```
mhandleWidth = 30; // ....
moveHandleSize: mhandleWidth,
moveHandleStyle: {
color: 'red', // transparent
shadowColor: 'green', shadowOffsetY: mhandleWidth,
opacity: 0.5
},
handleStyle: { color: 'blue', borderWidth: 22, borderColor: 'blue'},
handleSize: '120%',
```
As a last resort, ask users to use the (big) handles...
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]