[Feature request] bring a parameter to customize the number of horizontal coordinate points?
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 12.7k
- Forks
- 366
- Avg merge
- 7d 7h
- Merged PRs (30d)
- 1
Description
The graphics generated by this tool are very good, but when the execution time is relatively long, such as 24 hours, there are still only three coordinate points on the horizontal axis in the generated graph, which is not easy to compare. Can there be a parameter to customize the coordinate points on the horizontal axis Quantity? Or customize the horizontal axis coordinate point interval, such as one point every ten minutes?
PS:Whether the coordinate point time on the horizontal axis can carry the date?

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 locating gping's graph rendering, horizontal-axis labeling, and command-line parameter definitions; the issue does not name specific files or tests. Determine how the requested point count or interval and date-bearing labels should be exposed, then verify that long-running graphs show the configured labels without harming existing output.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- cli, data-visualization
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100