Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface HistogramRendererOptions

Hierarchy

Index

Properties

className?: string
format?: DateFormatter

how to format the date

histGranularity?: DateHistGranularity

defines the histogram granularity to uuse

max?: Date

defines the maximum date for the histogram

maxBin?: number
min?: Date

defines the minimal date for the histogram

style?: CSSProperties

Methods

  • color(v: Date): string
  • converts a date to a string

    Parameters

    • v: Date

    Returns string

Generated using TypeDoc