Class TimeSeriesVisualizationDataTransform

    • Constructor Detail

      • TimeSeriesVisualizationDataTransform

        public TimeSeriesVisualizationDataTransform()
    • Method Detail

      • isSubtotal

        protected boolean isSubtotal​(WebRow wr)
        Determines whether a particular row is to display a subtotal
        Parameters:
        wr -
      • formatCategoryValue

        protected java.lang.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.
        Parameters:
        rowVal - The Web Row Value
        Returns:
        the value to be displayed on the X Axis labels.