Page MenuHomePhabricator

In stacked area charts, group nearby points so they don't overlap
ClosedPublic

Authored by epriestley on Sep 16 2019, 5:41 PM.
Tags
None
Referenced Files
F15577284: D20814.id.diff
Tue, May 6, 1:14 PM
F15518409: D20814.id49631.diff
Sat, Apr 19, 1:17 PM
F15518408: D20814.id49627.diff
Sat, Apr 19, 1:16 PM
F15518406: D20814.id.diff
Sat, Apr 19, 1:16 PM
F15498091: D20814.diff
Sun, Apr 13, 11:57 AM
F15493064: D20814.id49631.diff
Sat, Apr 12, 9:14 PM
F15486275: D20814.id49631.diff
Apr 10 2025, 6:17 AM
F15482397: D20814.diff
Apr 9 2025, 5:12 AM
Subscribers

Details

Summary

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.

Test Plan

Viewed a stacked area chart with many points, saw a more palatable number of drawn dots.

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