aurelhubert / aurelhubert/polarchart
[FEATURE] multiple datasets on one chart and transparency in center
Open
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!
- Is it possible to handle multiple datasets, ie:
final ArrayList<Float[]> values = new ArrayList<>();
values.add({4f, 3f});
//...
polarChart.setSectionsValue(values, true)
- Is it easy to add transparency in the center ie. like in PieCharts
- 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
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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