Page MenuHomeMTRNord's Forge
Diviner Tech Docs PhabricatorChartStackedAreaDataset

final class PhabricatorChartStackedAreaDataset
Phorge Technical Documentation (Fact)

This class is not documented.

Methods

final public function getDatasetTypeKey()
Inherited

This method is not documented.
Return
wild

final public function getFunctions()
Inherited

This method is not documented.
Return
wild

final public function setFunctions($functions)
Inherited

This method is not documented.
Parameters
array<PhabricatorComposeChartFunction>$functions$functions
Return
wild

final public static function getAllDatasetTypes()
Inherited

This method is not documented.
Return
wild

final public static function newFromDictionary($map)
Inherited

This method is not documented.
Parameters
array$map
Return
wild

final public function getChartDisplayData($data_query)
Inherited

This method is not documented.
Parameters
\PhabricatorChartDataQuery$data_query
Return
wild

protected function newChartDisplayData($data_query)

This method is not documented.
Parameters
\PhabricatorChartDataQuery$data_query
Return
PhabricatorChartDisplayData

final public function getTabularDisplayData($data_query)
Inherited

This method is not documented.
Parameters
PhabricatorChartDataQuery$data_query$data_query
Return
PhabricatorChartDisplayData

public function setStacks($stacks)

This method is not documented.
Parameters
array<array>$stacksOne or more arrays with PhabricatorChartFunctionLabel names of each PhabricatorChartFunction, grouped by stacking (e.g. [["created","reopened","moved-in"],["closed","moved-out"]])
Return
wild

public function getStacks()

This method is not documented.
Return
wild

private function getAllXValuesAsMap($data_query, $point_lists)

This method is not documented.
Parameters
\PhabricatorChartDataQuery$data_query
array$point_lists
Return
wild

private function getFunctionDatapoints($data_query, $functions)

This method is not documented.
Parameters
PhabricatorChartDataQuery$data_query$data_query
array<PhabricatorChartFunction>$functions$functions
Return
wild

private function getGeometry($data_query, $point_lists)

This method is not documented.
Parameters
PhabricatorChartDataQuery$data_query$data_query
array<string<int<array<string,int>,array<string,int>>>>$point_listsThe key is the stack (the PhabricatorChartFunctionLabel name of the PhabricatorChartFunction (e.g. "created" or "moved-in")) and its value is an array of keys which are date epochs and their values are another array of x:date epoch and y:incremental integer pairs: array <string<epoch<string:int,string:int>>>
Return
wild