Device distributions for iOS & Android on Table widgets
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 44.8k
- Forks
- 4.9k
- Avg merge
- 21h 23m
- Merged PRs (30d)
- 607
Description
Problem Statement
Filing on behalf of one of our existing users:
At the moment, this isn't possible directly in the widget.
To show percentages (for example, "iPhone = 35% of all spans"), the widget would need to know the total number of spans across every device. However, table widgets can only calculate values within each individual row, not across the entire table. Because of that, they can display the number of spans for each device, but they can't calculate what percentage of the overall total each device represents.
Solution Brainstorm
Should be able to create iPhone Distribution on table widgets
Product Area
Dashboards
Contributor guide
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
No files, tests, or entry points are named; begin by locating the table-widget implementation for Dashboards and clarifying how device distributions are represented. Done should be defined as table widgets supporting iOS and Android device distribution percentages, including the expected total and display behavior.
Written by the indexing model from the issue text.
Assessment
- Domain
- data-visualization
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Quiet
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100