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

Concentric circles on the circular view #3

Open
rils opened this issue Jul 24, 2018 · 2 comments
Open

Concentric circles on the circular view #3

rils opened this issue Jul 24, 2018 · 2 comments
Labels

Comments

@rils
Copy link

rils commented Jul 24, 2018

Hi,

Great Work Zaitsev.
I am using this happily.

How to add concentric circles in the circular view.
What i am trying is Radar view with concentric circles, each circle indicates distance from my phone and axis(0-360) indicates angle. so that i can display distance and angle in degress to users.

  1. how to have concentric cicles ?
  2. how to mark points on radar view.

your help is much appreciated.
Thanks

@DmitriyZaitsev
Copy link
Owner

Hi, @rils,
thanks for your comment!

how to have concentric cicles ?

You need to set chartView.setCirclesOnly(true) in code or app:circlesOnly="true" in xml and then set the axisTick value which defines the thickness of the circle.

how to mark points on radar view.

please note that this view is not a radar but radar chart.
You will have to inherit RadarChartView class and override it's onDraw() method where you can add your points.

I hope, this will work for you.

@rils
Copy link
Author

rils commented Aug 1, 2018

Thanks i will check that.
Is there a way we disable displaying of axis labels ?

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

No branches or pull requests

2 participants