Page MenuHomePhabricator

Label important data on charts
ClosedPublic

Authored by epriestley on May 8 2019, 1:55 PM.
Tags
None
Referenced Files
F13282549: D20500.diff
Sun, Jun 2, 12:13 PM
F13268803: D20500.diff
Wed, May 29, 5:23 AM
F13260214: D20500.id49000.diff
Sun, May 26, 11:37 PM
F13256788: D20500.diff
Sat, May 25, 5:31 PM
F13233651: D20500.diff
Tue, May 21, 2:28 AM
F13227185: D20500.id48893.diff
Mon, May 20, 1:32 AM
F13226418: D20500.id48893.diff
Sun, May 19, 8:37 PM
F13213721: D20500.diff
Fri, May 17, 8:02 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