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

在极坐标中,希望实现从外围向中心半径轴的坐标值递减,请问怎么实现?设置了radiusAxis.inverse=true无效 #4253

Closed
651778286 opened this issue Oct 14, 2016 · 3 comments

Comments

@651778286
Copy link

651778286 commented Oct 14, 2016

在极坐标中,希望实现从外围向中心半径轴的坐标值递减,请问怎么实现?设置了radiusAxis.inverse=true无效

@651778286
Copy link
Author

就是半径轴坐标值反转,请问能够通过配置直接实现吗?

@100pah
Copy link
Member

100pah commented Oct 15, 2016

polar 暂时没有支持 inverse。

可以尝试使用 radius.formatter = function () { ... 修改 label 显示的值 }
来 hack 一下。

@651778286
Copy link
Author

好的,谢谢

@100pah 100pah closed this as completed in 1072441 Oct 12, 2017
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