Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface supportUtils

Various utils for tying Smart Mapping renderers to the Smart Mapping slider widgets.

Read more...

Hierarchy

  • supportUtils

Index

Methods

formatDateLabel

  • formatDateLabel(value: number): string
  • Formats a UNIX timestamp to a basic date string.

    Read more...

    Parameters

    • value: number

    Returns string

formatNumberLabel

  • formatNumberLabel(value: number): string
  • Formats a numeric value for display as a label based on the current locale.

    Read more...

    Parameters

    • value: number

    Returns string

getDeviationValues

  • getDeviationValues(standardDeviation: number, average: number, count: number): number[]
  • Computes and returns standard deviation values based on the given average and standard deviation.

    Read more...

    Parameters

    • standardDeviation: number
    • average: number
    • count: number

    Returns number[]

Generated using TypeDoc