Page MenuHomePhabricator

Label important data on charts
ClosedPublic

Authored by epriestley on May 8 2019, 1:55 PM.
Tags
None
Referenced Files
F18344800: D20500.diff
Tue, Aug 26, 10:13 AM
F18281818: D20500.id.diff
Fri, Aug 22, 11:14 PM
F18255729: D20500.diff
Thu, Aug 21, 11:38 PM
F18100496: D20500.id.diff
Sat, Aug 9, 11:55 AM
Unknown Object (File)
Jun 5 2025, 4:23 PM
Unknown Object (File)
May 11 2025, 7:29 PM
Unknown Object (File)
May 10 2025, 11:28 PM
Unknown Object (File)
May 5 2025, 11:42 PM
Subscribers

Details

Summary

Ref T13279. Adds client-side support for rendering function labels on charts, then labels every function as important data.

Works okay on mobile, although I'm not planning to target mobile terribly heavily for v0.

Test Plan

Screen Shot 2019-05-08 at 6.50.04 AM.png (1×1 px, 233 KB)

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

I'm leaning toward putting a fair amount of this rendering in JS since I anticipate a lot of JS nonsense later on (hover/click lines, areas, data points, function labels, etc) and all the SVG rendering is somewhat-necessarily in JS anyway.

This revision is now accepted and ready to land.May 21 2019, 9:36 PM