Class Overview
This transform generates the report data needed for the Mojo Time Seies Visualization.
Its output format is JSON
Public Constructors
public
TimeSeriesVisualizationDataTransform
()
Public Methods
public
String
getDescription
()
public
void
populateGridBlock
(Block gridBlock)
Protected Methods
protected
String
formatCategoryValue
(WebRowValue rowVal)
Returns the value to be displayed on the X Axis labels.
For dates it returns the number of milliseconds since January 1st 170 as needed by JavaScript.
Returns
- the value to be displayed on the X Axis labels.
protected
boolean
isSubtotal
(WebRow wr)
Determines whether a particular row is to display a subtotal
protected
void
setVisProp
(Block blockList, String propName, String propVal)