Page MenuHomePhabricator

Add a "sin()" function to charts
ClosedPublic

Authored by epriestley on Apr 17 2019, 2:28 PM.
Tags
None
Referenced Files
F13073369: D20444.diff
Mon, Apr 22, 10:38 PM
Unknown Object (File)
Fri, Apr 19, 3:10 AM
Unknown Object (File)
Fri, Apr 19, 3:10 AM
Unknown Object (File)
Fri, Apr 19, 3:10 AM
Unknown Object (File)
Thu, Apr 11, 7:15 AM
Unknown Object (File)
Thu, Apr 11, 4:17 AM
Unknown Object (File)
Sat, Apr 6, 6:00 AM
Unknown Object (File)
Mon, Apr 1, 5:51 AM
Subscribers

Details

Summary

Depends on D20443. Ref T13279. This is probably not terribly useful on its own, but is mostly a function which takes another function as an argument, and a step toward more useful functions like arithmetic and drawing a picture of an owl.

The only structural change here is that functions now read data parameters (domain, sample limit) using a more tailored "ChartDataQuery" instead of reading the actual axis. Mostly, I want a more cohesive representation of query state that can be easily passed to sub-functions, as here.

Test Plan

Screen Shot 2019-04-17 at 7.17.04 AM.png (1×1 px, 268 KB)

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable