Adding Support for Plot Aggregation
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 16.8k
- Forks
- 1.2k
- Avg merge
- 1d 19m
- Merged PRs (30d)
- 9
Description
Hi @wolfpld, I'd like to add support for "plot aggregation" so that a plot can be configured to show an average, sum, or other aggregation of the underlying data points when zooming out. This is very useful since in multiple projects I often want to see the data points at a fine timescale, but also would like to see their sum or average when I zoom out.
I believe I can implement this in a very inexpensive way and would like your thoughts before I implement so I can avoid changes later (assuming you would merge this at all). Cheers!
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 by reviewing Tracy's plot and zooming behavior to identify the existing entry points for configuring and rendering plot data. Clarify which aggregation functions and zoom thresholds are required, then define tests or observable examples for average, sum, and other supported aggregations before implementation.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- data-visualization, performance
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100