Page MenuHomePhabricator

Label important data on charts
ClosedPublic

Authored by epriestley on May 8 2019, 1:55 PM.
Tags
None
Referenced Files
F13089264: D20500.diff
Thu, Apr 25, 1:43 AM
Unknown Object (File)
Sun, Apr 21, 2:33 AM
Unknown Object (File)
Fri, Apr 19, 3:12 AM
Unknown Object (File)
Fri, Apr 19, 3:12 AM
Unknown Object (File)
Fri, Apr 19, 3:12 AM
Unknown Object (File)
Thu, Apr 11, 4:19 AM
Unknown Object (File)
Sat, Apr 6, 4:17 PM
Unknown Object (File)
Sun, Mar 31, 4:03 AM
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