mirror of
https://we.phorge.it/source/phorge.git
synced 2024-12-04 20:52:43 +01:00
c4e4448ee6
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 |
||
---|---|---|
.. | ||
PhabricatorChartAxis.php | ||
PhabricatorChartFunction.php | ||
PhabricatorConstantChartFunction.php | ||
PhabricatorFactChartFunction.php | ||
PhabricatorXChartFunction.php |