Page MenuHomePhabricator

Fetch chart data via async request and redraw charts when the window is resized
ClosedPublic

Authored by epriestley on Apr 17 2019, 2:31 AM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Apr 11, 5:26 PM
Unknown Object (File)
Thu, Apr 11, 4:17 AM
Unknown Object (File)
Tue, Apr 2, 5:53 AM
Unknown Object (File)
Mon, Apr 1, 6:17 PM
Unknown Object (File)
Fri, Mar 29, 10:04 AM
Unknown Object (File)
Wed, Mar 27, 1:58 AM
Unknown Object (File)
Wed, Mar 27, 1:58 AM
Unknown Object (File)
Wed, Mar 27, 1:58 AM
Subscribers

Details

Summary

Depends on D20439. Ref T13279. Some day, charts will probably need to reload themselves or do a bunch of defer/request-shaping magic when they're on a dashboard with 900 other charts.

Give the controller separate "HTML placeholder" and "actual data" modes, and make the placeholder fetch the data in a separate request.

Then, make the chart redraw if you resize the window instead of staying at whatever size it started as.

Test Plan
  • Loaded a chart, saw it load data asynchronously.
  • Resized the window, saw the chart resize.

Diff Detail

Repository
rP Phabricator
Branch
chart4
Lint
Lint Warnings
SeverityLocationCodeMessage
Warningwebroot/rsrc/js/application/fact/Chart.js:1JAVELIN5`javelinsymbols` Not In Path
Unit
Tests Passed
Build Status
Buildable 22615
Build 30993: Run Core Tests
Build 30992: arc lint + arc unit