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
F16411050: D20814.diff
Mon, Jun 16, 5:44 AM
Unknown Object (File)
Thu, Jun 5, 4:41 PM
Unknown Object (File)
Sun, May 25, 12:00 PM
Unknown Object (File)
Sun, May 25, 7:35 AM
Unknown Object (File)
Tue, May 20, 11:05 AM
Unknown Object (File)
Mon, May 19, 8:16 PM
Unknown Object (File)
May 6 2025, 1:14 PM
Unknown Object (File)
Apr 19 2025, 1:17 PM
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