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
F17948441: D20814.id.diff
Thu, Jul 31, 9:08 PM
F17812470: D20814.id.diff
Fri, Jul 25, 7:28 PM
F17796498: D20814.diff
Fri, Jul 25, 1:00 AM
F17757572: D20814.diff
Tue, Jul 22, 4:15 PM
Unknown Object (File)
Jun 29 2025, 12:28 AM
Unknown Object (File)
Jun 27 2025, 7:16 AM
Unknown Object (File)
Jun 20 2025, 11:17 AM
Unknown Object (File)
Jun 17 2025, 7:06 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
Lint
Lint Not Applicable
Unit
Tests Not Applicable