Page MenuHomePhabricator

Label important data on charts
ClosedPublic

Authored by epriestley on May 8 2019, 1:55 PM.
Tags
None
Referenced Files
F18864528: D20500.id.diff
Mon, Nov 3, 5:55 AM
F18851111: D20500.diff
Thu, Oct 30, 10:20 PM
F18832404: D20500.id.diff
Sat, Oct 25, 9:44 PM
F18669759: D20500.diff
Sep 24 2025, 9:48 PM
F18669756: D20500.id.diff
Sep 24 2025, 9:47 PM
F18625087: D20500.id49000.diff
Sep 15 2025, 9:56 PM
F18585795: D20500.id49000.diff
Sep 11 2025, 4:27 PM
F18585769: D20500.id49000.diff
Sep 11 2025, 4:22 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
Branch
chart23
Lint
Lint Passed
Unit
Tests Passed
Build Status
Buildable 22766
Build 31219: Run Core Tests
Build 31218: arc lint + arc unit

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