NatLabRockies / NatLabRockies/wex
DView gap between stacked data sets with 2 graphs
Nobody has claimed this yet.
- Dominant language
- C
- Stars
- 66
- Forks
- 39
- PR merge metrics
- No merged PRs in 30d
Description
If you have two stacked timeseries graphs with the same item selected in both, the position of this timeseries on the bottom graph mirrors the position on the top graph instead of laying on top of the bottom timeseries. As you can see in the image below, the blue data follows the shape of the dark green data on both the bottom and top graphs. Instead, it should lay directly on top of the pink data in the bottom graph.

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
Start by reproducing the issue in DView with two stacked time-series graphs and the same item selected in both. Trace the graph rendering or stacking entry point to determine why the lower graph reuses the upper graph's position; done means the series overlays the lower graph's corresponding data instead.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- c
- Domain
- data-visualization, desktop
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100