[Feature] scatter clip:false to include marks
- Dominant language
- TypeScript
- Stars
- 67.3k
- Forks
- 19.8k
- Avg merge
- 11d 14h
- Merged PRs (30d)
- 8
Description
### What problem does this feature solve?
Currently ```clip:false``` works for scatter series points, but not for its _markPoint_ and _markLine_ elements - [Demo](https://echarts.apache.org/examples/en/editor.html?code=VU-7joMwEOz5iulojCJBKkdXXH_FSSkRBQFHsTAsso0Ih_j3W_OSsgXeHXbncbnAVaX3yqIyupfP0jiFmpTrYo-RbIMnWbSlbVzUdx5fyJNMJFlxi6j3mjpG5gh4f7-1k5gXAeakhiF-D7TVnUxS8M-AuhcNpgZLUejHjV7gMfhTmu-nk5KHuvSlU55HOBpspWTOdgTyq7gWBTPzjlNWK77IucfqKpSfeiUR7zFjATe1DzJ3_adkmoa7UGt6rPEPKLj6Jd2tokGfmeeKyNYSrL3sqsfqj-5Y51AFDM93P5kAjrr2L4lMoCJDVsZW1fF5vaU7fG_1oSTYwD6uebEU5-rRLesbvkW03P4B&enc=deflate).
For markPoints with same coodinates as **unclipped** scatter points this behavior could even be considered a bug.
### What does the proposed API look like?
```clip:false``` allows scatter points to be seen in an **area** outside the axes.
Lets have the same area allowed for marks as well.
Contributor guide
Assessment
This issue has not been assessed yet.