Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

when use polar coordinate with 'reflect('y')', the rendering is blank/当使用极坐标系时,设置y轴镜像,渲染空白,设置x轴镜像,渲染正常,但是设置y轴镜像的同时,设置innerRadius为大于0,渲染又正常 #3102

Closed
muxinlove opened this issue Dec 10, 2020 · 1 comment

Comments

@muxinlove
Copy link

- [ ] I have searched the issues of this repository and believe that this is not a duplicate.

Reproduction link

https://antv-g2.gitee.io/zh/examples/radar/radar#basic

Steps to reproduce

set reflect is 'y'

chart.coordinate('polar', {
  radius: 0.8,
}).reflect('y')
Environment Info
g2 4.0.15
System mac
Browser chrome
@hustcc
Copy link
Member

hustcc commented Jan 29, 2021

你为啥要设置 .reflect('y'),你期望的效果是什么?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants