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)
Mon, Apr 22, 10:50 PM
Unknown Object (File)
Fri, Apr 19, 3:19 AM
Unknown Object (File)
Fri, Apr 19, 3:19 AM
Unknown Object (File)
Fri, Apr 19, 3:19 AM
Unknown Object (File)
Mon, Apr 15, 11:08 PM
Unknown Object (File)
Thu, Apr 11, 4:29 AM
Unknown Object (File)
Sat, Apr 6, 8:26 PM
Unknown Object (File)
Feb 18 2024, 11:25 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