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)
Sun, Feb 9, 8:09 AM
Unknown Object (File)
Sun, Feb 9, 8:09 AM
Unknown Object (File)
Sun, Feb 9, 8:09 AM
Unknown Object (File)
Sat, Feb 1, 5:06 PM
Unknown Object (File)
Thu, Jan 30, 1:04 PM
Unknown Object (File)
Wed, Jan 29, 8:22 PM
Unknown Object (File)
Tue, Jan 28, 5:21 AM
Unknown Object (File)
Tue, Jan 28, 5:21 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