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, 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
Unknown Object (File)
Apr 19 2025, 1:16 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
Lint
Lint Not Applicable
Unit
Tests Not Applicable