Function UnitsInteger

  • The default value for .xUnits for the Coordinate Grid Chart and should be used when the x values are a sequence of integers. It is a function that counts the number of integers in the range supplied in its start and end parameters.

    See

    xUnits

    Example

    chart.xUnits(UnitsIntegers) // already the default
    

    Parameters

    • start: any
    • end: any

    Returns number | any[]

Generated using TypeDoc