RadarChartView icon indicating copy to clipboard operation
RadarChartView copied to clipboard

Concentric circles on the circular view

Open rils opened this issue 6 years ago • 2 comments

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

rils avatar Jul 24 '18 13:07 rils

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.

DmitriyZaitsev avatar Jul 31 '18 14:07 DmitriyZaitsev

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

rils avatar Aug 01 '18 04:08 rils