aurelhubert / aurelhubert/polarchart

[FEATURE] multiple datasets on one chart and transparency in center

Open
#1 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Java
Stars
16
Forks
7
PR merge metrics
No merged PRs in 30d

Description

Thanks for sharing this simple and handy library!

  1. Is it possible to handle multiple datasets, ie:
final ArrayList<Float[]> values = new ArrayList<>();  
   values.add({4f, 3f}); 
   //...  
   polarChart.setSectionsValue(values, true)
  1. Is it easy to add transparency in the center ie. like in PieCharts
  2. Label widgets (txt, icons)

If you're not planning extending this library, please give guidance of the best approach to do it.

Many thanks

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with the PolarChart API and the setSectionsValue example in the issue, then inspect how the library currently renders chart sections. The requested scope includes multiple datasets, center transparency, and label widgets; done would require an agreed design and working support for the selected items, but no files or tests are identified.

Written by the indexing model from the issue text.

Assessment

Tech stack
android, java
Domain
data-visualization, mobile
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.