1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-12-04 20:52:43 +01:00
phorge-phorge/src/applications/fact/chart
epriestley c4e4448ee6 Add chart functions "x()" and "constant(3)"
Summary:
Depends on D20442. Ref T13279. Add basic support for drawing chart functions that are not based on Facts first-party ETL datasets. Some general goals:

  - This might be useful to draw a line like "goal" or "profitability".
  - This might be useful to pull data from an external source.
  - For composable functions like "add" or "subtract", which are useful in manipulating ETL datasets, these value functions will make testing easier.

Test Plan:
Added a `constant(256)` function:

{F6382408}

Reviewers: amckinley

Reviewed By: amckinley

Subscribers: yelirekim

Maniphest Tasks: T13279

Differential Revision: https://secure.phabricator.com/D20443
2019-04-18 13:16:42 -07:00
..
PhabricatorChartAxis.php Select the domain (X-axis range) for charts before pulling data 2019-04-18 13:11:17 -07:00
PhabricatorChartFunction.php Add chart functions "x()" and "constant(3)" 2019-04-18 13:16:42 -07:00
PhabricatorConstantChartFunction.php Add chart functions "x()" and "constant(3)" 2019-04-18 13:16:42 -07:00
PhabricatorFactChartFunction.php Select the domain (X-axis range) for charts before pulling data 2019-04-18 13:11:17 -07:00
PhabricatorXChartFunction.php Add chart functions "x()" and "constant(3)" 2019-04-18 13:16:42 -07:00