Ref T13279. We currently draw a point on the chart for each datapoint, but this leads to many overlapping circles. Instead, aggregate the raw points into display points ("events") at the end.
Details
Details
- Reviewers
- None
- Maniphest Tasks
- T13279: Build Charting for Facts
- Commits
- rPf529abf90065: In stacked area charts, group nearby points so they don't overlap
Viewed a stacked area chart with many points, saw a more palatable number of drawn dots.
Diff Detail
Diff Detail
- Repository
- rP Phabricator
- Branch
- chart1
- Lint
Lint Passed - Unit
Tests Passed - Build Status
Buildable 23453 Build 32224: Run Core Tests Build 32223: arc lint + arc unit