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
Unknown Object (File)
Thu, Nov 28, 6:32 AM
Unknown Object (File)
Mon, Nov 25, 4:51 PM
Unknown Object (File)
Tue, Nov 19, 2:17 PM
Unknown Object (File)
Oct 27 2024, 6:29 AM
Unknown Object (File)
Oct 25 2024, 7:04 AM
Unknown Object (File)
Oct 15 2024, 11:28 PM
Unknown Object (File)
Oct 13 2024, 12:25 AM
Unknown Object (File)
Oct 9 2024, 12:40 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